core: Remove warning suppression (#7513)

This commit is contained in:
Cory
2020-03-05 19:57:59 -06:00
committed by GitHub
parent 0cabbd68c5
commit 3f9d182083
8 changed files with 32 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>
<NoWarn />
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
</Project>