From 887f0e8cb962d3196e43c6bc47832267736b22fd Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Wed, 9 Oct 2024 08:52:28 -0700 Subject: [PATCH] Don't error for NuGet audit on non-official builds --- Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index ebce3e9109c1dd..9f37a994d87f10 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -387,6 +387,8 @@ strict;nullablePublicOnly true + + $(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904 $(NoWarn);CS8500;CS8969