From 5a59ac9aa8f8ae0063eba7e1a28c4bc99b6f30b7 Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Thu, 16 Oct 2025 20:22:33 +0200 Subject: [PATCH] Workaround Build Regression in .NET 10 RC2 https://github.com/dotnet/sdk/issues/51265 --- Directory.Build.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index df1b1e61..73a20d5d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -54,4 +54,9 @@ + + + + false +