How about this

This commit is contained in:
JustArchi
2022-05-11 16:39:24 +02:00
parent 0469420039
commit 364407ad07

View File

@@ -73,7 +73,7 @@
<!-- .NET Framework is a special snowflake -->
<PropertyGroup Condition="'$(Configuration)' == 'Release' AND '$(TargetFramework)' == 'net48'">
<WarningsNotAsErrors>$(WarningsNotAsErrors),NU1507</WarningsNotAsErrors>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->