Skip to content

Commit 27ee0b4

Browse files
authored
CSHARP-5006: Fix macOS compilation failure (#1293)
1 parent 19e0715 commit 27ee0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AstrolabeWorkloadExecutor/AstrolabeWorkloadExecutor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Import Project="..\BuildProps\Tests.Build.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks>
5+
<TargetFrameworks Condition="'$(IsOSX)'!='true'">$(TargetFrameworks);net8.0</TargetFrameworks>
66
</PropertyGroup>
7-
7+
88
<PropertyGroup>
99
<OutputType>Exe</OutputType>
1010
<AssemblyName>workload-executor</AssemblyName>

0 commit comments

Comments
 (0)