I use Visual Studio 2015 and target platform of all projects in solution is .Net Framework 4.5.1 But I can use all c# 6 features in the Code like null conditional operator and so on. How it works? Will I have problem on build server with MSBuild 12.0 ?
Asked
Active
Viewed 74 times
1
-
1You need to install the new build tools on the build server. – i3arnon Nov 02 '15 at 07:58
-
I'm curious, didn't you try to google for this? Both questions have been asked, answered and closed as duplicate many times already – Panagiotis Kanavos Nov 02 '15 at 08:35