PreviousNext

Switching C# version in Visual Studio

by bill-s, 2018-01-31T18:13:15.000Z

Want to try out features of newest of some specific version of C# but Visual Studio 2017 can’t compile it? Well, by default major versions of C# are supported and if some other version is needed it must be turned on from project settings. This blog post shows how to switch between C# versions in Visual Studio 2017.

Read More