Skip to content

Commit 00052be

Browse files
author
Konard
committed
Update target framework from net7 to net8
1 parent cebf5a4 commit 00052be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- name: Test
2626
run: |
27-
dotnet test -c Release -f net7
27+
dotnet test -c Release -f net8
2828
pushNuGetPackageToGitHubPackageRegistry:
2929
needs: test
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)