And this?

This commit is contained in:
JustArchi 2022-05-11 19:27:31 +02:00
parent e630dd8365
commit e43fc83dcc
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -32,7 +32,6 @@
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<NoWarn>$(NoWarn),NU1507</NoWarn>
<PackageReference Include="JustArchiNET.Madness" />
<Using Include="JustArchiNET.Madness" />
@ -69,7 +68,7 @@
<DebugType>none</DebugType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104,NU1507</WarningsNotAsErrors>
</PropertyGroup>
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->