Skip to content

Commit

Permalink
Update SDK to dotnet 5.0.402.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Oct 16, 2021
1 parent 06aa071 commit ea9e324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.300'
dotnet-version: '5.0.402'
- name: Install dependencies
run: dotnet restore
- name: Install nbgv
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.300",
"version": "5.0.402",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit ea9e324

Please sign in to comment.