From bbf7e9c4cc5e96ca2a35c8611edae272142948f2 Mon Sep 17 00:00:00 2001 From: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:04:20 +0100 Subject: [PATCH] Ignore CS8002 warnign when building packages (#1136) Co-authored-by: Mark Wallace --- dotnet/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Build.props b/dotnet/Directory.Build.props index 98d593acaf..da2e3f1960 100644 --- a/dotnet/Directory.Build.props +++ b/dotnet/Directory.Build.props @@ -8,7 +8,7 @@ true 13 enable - $(NoWarn);NU5128 + $(NoWarn);NU5128;CS8002 true net9.0 net9.0;net8.0;netstandard2.0;net472