Disable NuGet audit for attributes (#26)

This commit is contained in:
Patrick Stevens
2024-10-09 12:55:42 +01:00
committed by GitHub
parent 57d825b21a
commit 4ed3625fed
6 changed files with 9 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarnOn>FS3559</WarnOn>
<PackageId>WoofWare.Whippet.Plugin.Json.Attributes</PackageId>
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
<ItemGroup>