From 84b721ee40dc477d9c12141061d74054620fbb0f Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:01:28 -0700 Subject: [PATCH] Suppressed assembly strong name warning (#590) --- 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 7e9b2b4444..7b4dc5155b 100644 --- a/dotnet/Directory.Build.props +++ b/dotnet/Directory.Build.props @@ -9,7 +9,7 @@ 12 enable disable - $(NoWarn);IDE0290;IDE0079;NU5128 + $(NoWarn);IDE0290;IDE0079;NU5128;CS8002 true net9.0 net9.0;net8.0;netstandard2.0;net472