We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7997c commit 8899fddCopy full SHA for 8899fdd
Directory.Build.props
@@ -234,11 +234,6 @@
234
<CustomBeforeMicrosoftCommonCrossTargetingTargets>$(MSBuildThisFileDirectory)Directory.Build.BeforeCommonTargets.targets</CustomBeforeMicrosoftCommonCrossTargetingTargets>
235
</PropertyGroup>
236
237
- <!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/aspnetcore/issues/64177 -->
238
- <PropertyGroup>
239
- <NuGetAudit>false</NuGetAudit>
240
- </PropertyGroup>
241
-
242
<Import Project="eng\Workarounds.props" />
243
<Import Project="artifacts\bin\GenerateFiles\Directory.Build.props" Condition=" '$(MSBuildProjectName)' != 'GenerateFiles' " />
244
<Import Project="eng\Dependencies.props" />
0 commit comments