Skip to content

Commit 5c82047

Browse files
Change target frameworks to net7
1 parent bbf2bce commit 5c82047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 net6
27+
dotnet test -c Release -f net7
2828
pushNuGetPackageToGitHubPackageRegistry:
2929
needs: test
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)