And this?

This commit is contained in:
JustArchi
2022-05-11 19:27:31 +02:00
parent e630dd8365
commit e43fc83dcc

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 -->