How to check default language version in visual studio? Visual Studio allows us to choose the language versions for our project. We generally select the targeted version of Framework in the “New Project” Dialog window. However, how do we know what is the current language version it is using? To achieve this, In Visual Studio, from the Solution Explorer, right-click on the project and select Properties -> Build Tab, and then Select Advanced button. This will bring “Advanced Build Settings” windows, where you can check the drop-down option for “Language Version”. Visual Studio also allows us to set the latest major and minor version automatically.
Video Tip: How to check default language version in visual studio?
Subscribe to my YouTube Channel
Related Tip :
Choosing the C# Language latest version (minor release ) in Visual Studio 2017