Enable TreatWarningsAsErrors for more projects

This commit is contained in:
Bond-009
2020-06-03 13:22:40 +02:00
parent 40502a33e0
commit af93ec750c
5 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>