From 2fbb7fcf1c7b218c4d41f1bd4caf475aa864b317 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Fri, 5 Jun 2026 06:34:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20macos=20support=20for=20test?= =?UTF-8?q?=20projects=20in=20build=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e35558e..c64d6d6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,7 @@ $(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())src')) $(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())tooling')) $([MSBuild]::IsOSPlatform('Linux')) + $([MSBuild]::IsOSPlatform('OSX')) $([MSBuild]::IsOSPlatform('Windows')) true false @@ -54,7 +55,7 @@ - + net10.0;net9.0