Skip to content

Commit

Permalink
Forgot to update GH workflow for release to use .NET6
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Nov 19, 2021
1 parent 620ddc8 commit e45baf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: '6.0.x'
include-prerelease: true

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit e45baf9

Please sign in to comment.