Skip to content

Commit

Permalink
Upgrade to .NET Core SDK 3.1.401
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Aug 18, 2020
1 parent 68b7c95 commit abc50d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'Install .NET Core SDK'
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 3.1.401
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.301"
"version": "3.1.401"
}
}

0 comments on commit abc50d6

Please sign in to comment.