File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
test/FastExpressionCompiler.TestsRunner Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3535 - name : Tests - net9.0 (Latest)
3636 run : dotnet run --no-build -c:Release -f:net9.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
3737
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+
3844 - if : matrix.os == 'windows-latest'
3945 name : Tests - net472 (Windows only)
4046 run : dotnet run --no-build -c:Release --project test/FastExpressionCompiler.TestsRunner.Net472
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >$(LatestSupportedNet) </TargetFrameworks >
3+ <TargetFrameworks >net9.0;net8.0;net6.0 </TargetFrameworks >
44
55 <OutputType >Exe</OutputType >
66 <IsTestProject >false</IsTestProject >
You can’t perform that action at this time.
0 commit comments