File tree 2 files changed +7
-1
lines changed
test/FastExpressionCompiler.TestsRunner 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 35
35
- name : Tests - net9.0 (Latest)
36
36
run : dotnet run --no-build -c:Release -f:net9.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
37
37
38
+ - name : Tests - net8.0 (Latest LTS)
39
+ run : dotnet run --no-build -c:Release -f:net8.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
40
+
41
+ - name : Tests - net6.0 (Previous LTS)
42
+ run : dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
43
+
38
44
- if : matrix.os == 'windows-latest'
39
45
name : Tests - net472 (Windows only)
40
46
run : dotnet run --no-build -c:Release --project test/FastExpressionCompiler.TestsRunner.Net472
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >$(LatestSupportedNet) </TargetFrameworks >
3
+ <TargetFrameworks >net9.0;net8.0;net6.0 </TargetFrameworks >
4
4
5
5
<OutputType >Exe</OutputType >
6
6
<IsTestProject >false</IsTestProject >
You can’t perform that action at this time.
0 commit comments