[sln] Remove NuGetAuditMode='all' property (enabled by default in .NET 9)
This commit is contained in:
parent
c0eec686ca
commit
1e3f9f0c1f
1 changed files with 0 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue