Remove IL2007 from acceptable warnings

Should no longer be needed after NLog update
This commit is contained in:
JustArchi 2022-09-02 20:24:50 +02:00
parent 53f7abdaae
commit 2755967658
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -69,7 +69,7 @@
<DebugType>none</DebugType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<WarningsNotAsErrors>CS8002,IL2007,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
</PropertyGroup>
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->