Specify the C# Version to use in your Projects
I always wondered how you could specify the C# version in your project. One of the cool new features in C# 7.1 that I’ve been looking forward to is the “Async Main“. But to be honest, I had no idea how, even when C# 7.1 is released, how I would be able to start use it and its new features. A few days ago I stumbled upon this an issue in the Microsoft Docs repo. The C# build system now includes a node inside a csproj file that controls which version of C# the compiler should follow. Visual Studio With… Read More »Specify the C# Version to use in your Projects