Created
May 4, 2022 01:39
-
-
Save Calabonga/8d610cf0563de8ceccd0583cdd7638ce to your computer and use it in GitHub Desktop.
Visual Studio properties for all projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project> | |
<PropertyGroup> | |
<!-- <LangVersion>latest</LangVersion> --> | |
<!--<LangVersion>preview</LangVersion>--> | |
<LangVersion>8</LangVersion> | |
</PropertyGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment