We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dfd79 commit 489d66cCopy full SHA for 489d66c
1 file changed
Directory.Build.props
@@ -51,6 +51,11 @@
51
<NoWarn>$(NoWarn.Replace(';1591', ''))</NoWarn>
52
</PropertyGroup>
53
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
+
59
<ItemGroup>
60
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
61
</ItemGroup>
0 commit comments