From cbafabc6dfc9842f9a9f43de1f7fae8f07dc7dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Fri, 19 Dec 2025 11:46:00 -0800 Subject: [PATCH] Fix build of multi-targeted test projects For some reason AppendTargetFrameworkToOutputPath property was set to false for test projects, which breaks the build of multi-targeted test projects --- Directory.Build.props | 2 -- 1 file changed, 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3881fc20ecbb..c8e162f68a44 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -77,9 +77,7 @@ - false false -