Skip to content

Commit

Permalink
update ci dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2022
1 parent 849cb90 commit 4eac5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x.x
dotnet-version: 6.x.x
- name: Restore local tools
run: dotnet tool restore
- name: Build and test
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x.x
dotnet-version: 6.x.x
- name: Restore local tools
run: dotnet tool restore
- name: Build and test
Expand Down

0 comments on commit 4eac5d5

Please sign in to comment.