mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-21 02:02:31 -04:00
10 lines
299 B
XML
10 lines
299 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!--
|
|
Default NuGet vulnerability audit off to avoid NU1900 in offline/local environments.
|
|
Re-enable explicitly with: dotnet test -p:NuGetAudit=true
|
|
-->
|
|
<NuGetAudit Condition="'$(NuGetAudit)' == ''">false</NuGetAudit>
|
|
</PropertyGroup>
|
|
</Project>
|