From 5d1234e2d63f74538b48405e43b6745c09d3b24e Mon Sep 17 00:00:00 2001 From: Vita Chumakova Date: Wed, 5 Nov 2025 02:39:12 +0400 Subject: [PATCH] fix: add workaround for .NET 10 SDK breaking change (#3506) --- Directory.Build.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 16d9c2582..0b73b4cdd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -48,6 +48,9 @@ <_DefaultValueAttributeSupport>true + + + false