Created
May 9, 2018 17:48
-
-
Save AlbertoMonteiro/c9a9fbdbc7bad3e35672d88cf26ed3fa to your computer and use it in GitHub Desktop.
Build props to all visual studio 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
<?xml version="1.0" encoding="utf-8"?> | |
<Project> | |
<PropertyGroup> | |
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion> | |
<LangVersion>7.1</LangVersion> | |
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |
</PropertyGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment