Skip to content

Commit

Permalink
Use latest .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Nov 10, 2021
1 parent 967f615 commit d936770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "5.0",
"rollForward": "latestMinor",
"version": "6.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}

0 comments on commit d936770

Please sign in to comment.