Skip to content

Commit 489d66c

Browse files
committed
Merged PR 54672: Disable NuGet Audit
Disable NuGet Audit
1 parent 04dfd79 commit 489d66c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<NoWarn>$(NoWarn.Replace(';1591', ''))</NoWarn>
5252
</PropertyGroup>
5353

54+
<!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/efcore/issues/37034 -->
55+
<PropertyGroup>
56+
<NuGetAudit>false</NuGetAudit>
57+
</PropertyGroup>
58+
5459
<ItemGroup>
5560
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
5661
</ItemGroup>

0 commit comments

Comments
 (0)