Skip to content

Commit

Permalink
Upgrade pipeline framework to .Net 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
koculu committed Nov 13, 2022
1 parent 65e67e9 commit 6e28753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
working-directory: ./src
run: dotnet restore
Expand Down

0 comments on commit 6e28753

Please sign in to comment.