Skip to content

Commit f3767b4

Browse files
committed
Opt in to NuGet security audits.
1 parent c7bfe08 commit f3767b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<NoWarn>$(NoWarn);1591;CA1708;CA1835;CA2215;CA5397;NU5105;SYSLIB0039</NoWarn>
3030
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
3131
<ArtifactsPath>$(MSBuildThisFileDirectory)..\artifacts</ArtifactsPath>
32+
<NuGetAudit>true</NuGetAudit>
33+
<NuGetAuditLevel>low</NuGetAuditLevel>
3234
</PropertyGroup>
3335

3436
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)