Skip to content

Commit

Permalink
Change target frameworks to net7
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Dec 2, 2022
1 parent fe76a58 commit edb737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true
- name: Test
run: |
dotnet test -c Release -f net6
dotnet test -c Release -f net7
pushNuGetPackageToGitHubPackageRegistry:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit edb737f

Please sign in to comment.