We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e0715 commit 27ee0b4Copy full SHA for 27ee0b4
tests/AstrolabeWorkloadExecutor/AstrolabeWorkloadExecutor.csproj
@@ -2,9 +2,9 @@
2
<Import Project="..\BuildProps\Tests.Build.props" />
3
4
<PropertyGroup>
5
- <TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks>
+ <TargetFrameworks Condition="'$(IsOSX)'!='true'">$(TargetFrameworks);net8.0</TargetFrameworks>
6
</PropertyGroup>
7
-
+
8
9
<OutputType>Exe</OutputType>
10
<AssemblyName>workload-executor</AssemblyName>
0 commit comments