From d75d04c1725c60d4c3efe7d42e7d7a30bcef54a6 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Thu, 4 Jun 2026 01:47:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20macos=20support=20for=20test?= =?UTF-8?q?=20project=20conditions?= 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 7cc7eadc..af02d05e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,6 +5,7 @@ $(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())src')) $(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())tooling')) $([MSBuild]::IsOSPlatform('Linux')) + $([MSBuild]::IsOSPlatform('OSX')) $([MSBuild]::IsOSPlatform('Windows')) true false @@ -56,7 +57,7 @@ - + net10.0;net9.0