Skip to content

Commit b2a4e7b

Browse files
committed
build: enable nuget audit
1 parent 6f10f06 commit b2a4e7b

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
@@ -48,6 +48,8 @@
4848
<VersionSuffix></VersionSuffix>
4949
<PackageTags>libvlc;vlc;videolan;native;c/c++;video;audio;player;media;mediaplayer;codec;ffmpeg;xamarin;graphics;ios;android;linux;windows;macos;cross-platform</PackageTags>
5050
<PackageReadmeFile>README.md</PackageReadmeFile>
51+
<NuGetAuditMode>all</NuGetAuditMode>
52+
<NuGetAuditLevel>low</NuGetAuditLevel>
5153
</PropertyGroup>
5254
<ItemGroup>
5355
<None Include="..\assets\icon.png">

0 commit comments

Comments
 (0)