Remove `TreatWarningsAsErrors` flags from local builds for developer convenience

This commit is contained in:
Salman Ahmed 2024-05-18 06:38:25 +03:00
parent badda23dde
commit 2027d481ee
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>