Skip to content

Instantly share code, notes, and snippets.

@Calabonga
Created May 4, 2022 01:39
Show Gist options
  • Save Calabonga/8d610cf0563de8ceccd0583cdd7638ce to your computer and use it in GitHub Desktop.
Save Calabonga/8d610cf0563de8ceccd0583cdd7638ce to your computer and use it in GitHub Desktop.
Visual Studio properties for all projects
<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