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,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<NoWarn />
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>