Skip to content

Commit 494485f

Browse files
authored
update workflow to 8.0
1 parent a02f9cc commit 494485f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_run_unit_tests_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Build solution
2626
run: dotnet build --no-restore
2727
working-directory: ./csharp
28-
- name: Test solution targeting dotnet7.0 only
29-
run: dotnet test --no-build --verbosity normal -p:TargetFrameworks=net7.0
28+
- name: Test solution targeting dotnet8.0 only
29+
run: dotnet test --no-build --verbosity normal -p:TargetFrameworks=net8.0
3030
working-directory: ./csharp

0 commit comments

Comments
 (0)