We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02f9cc commit 494485fCopy full SHA for 494485f
.github/workflows/build_and_run_unit_tests_linux.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Build solution
26
run: dotnet build --no-restore
27
working-directory: ./csharp
28
- - name: Test solution targeting dotnet7.0 only
29
- run: dotnet test --no-build --verbosity normal -p:TargetFrameworks=net7.0
+ - name: Test solution targeting dotnet8.0 only
+ run: dotnet test --no-build --verbosity normal -p:TargetFrameworks=net8.0
30
0 commit comments