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 dd99d23 commit 7c9b594Copy full SHA for 7c9b594
tests/AstrolabeWorkloadExecutor/AstrolabeWorkloadExecutor.csproj
@@ -1,6 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="..\BuildProps\Tests.Build.props" />
3
4
+ <PropertyGroup>
5
+ <TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks>
6
+ </PropertyGroup>
7
+
8
<PropertyGroup>
9
<OutputType>Exe</OutputType>
10
<AssemblyName>workload-executor</AssemblyName>
0 commit comments