From 37c8e549035fd8e234ae7f8b3e2c8959b462e799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 15 Sep 2024 14:55:08 +0200 Subject: [PATCH] Restrict the NuGet audit warnings to direct dependencies --- Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Directory.Build.props b/Directory.Build.props index 20a096470..bbcf038ad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,6 +9,7 @@ true $(NoWarn);CS1591;NETSDK1206;NU5118;NU5128;xUnit2002 NU1901;NU1902;NU1903;NU1904 + direct enable enable true