Skip to content

Commit d063b63

Browse files
committed
Disable NuGet audit in tests
1 parent a8aea00 commit d063b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PolyShim.Tests/PolyShim.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PropertyGroup>
88
<TargetFrameworks>netcoreapp3.1;net9.0</TargetFrameworks>
99
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net462</TargetFrameworks>
10+
<NuGetAudit>false</NuGetAudit>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

0 commit comments

Comments
 (0)