[sln] Remove NuGetAuditMode='all' property (enabled by default in .NET 9)

This commit is contained in:
Laura Hausmann 2024-08-19 02:22:35 +02:00
parent c0eec686ca
commit 1e3f9f0c1f
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -14,11 +14,6 @@
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
</PropertyGroup>
<!-- Analyze dependencies for all dependencies, not just direct ones. Remove when upgrading to net90-->
<PropertyGroup>
<NuGetAuditMode>all</NuGetAuditMode>
</PropertyGroup>
<!-- Except low and medium severity vulnerable dependency warnings from TreatWarningsAsErrors, leaving high and critical severity ones intact -->
<PropertyGroup>
<WarningsNotAsErrors>$(WarningsNotAsErrors),NU1901,NU1902</WarningsNotAsErrors>