We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bfe08 commit f3767b4Copy full SHA for f3767b4
src/Directory.Build.props
@@ -29,6 +29,8 @@
29
<NoWarn>$(NoWarn);1591;CA1708;CA1835;CA2215;CA5397;NU5105;SYSLIB0039</NoWarn>
30
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
31
<ArtifactsPath>$(MSBuildThisFileDirectory)..\artifacts</ArtifactsPath>
32
+ <NuGetAudit>true</NuGetAudit>
33
+ <NuGetAuditLevel>low</NuGetAuditLevel>
34
</PropertyGroup>
35
36
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
0 commit comments