Monday, August 20, 2018

How To Enable C# 7.1 Version To My Projects

By default C# 7.0 was shipped With Visual Studio 2017 and this is the major release (March 2017) till now. In August 2017 a minor version of C# 7.0 was released and version named as C# 7.1. This minor version came with four new features (async main, target-typed default literals, tuple name inference, and generic support for pattern-matching) and some minor changes to the what was introduced in C# 7.0.

source https://www.c-sharpcorner.com/article/how-to-enable-c-sharp-7-1-version-to-my-projects/

No comments:

Post a Comment