Skip to content

Commit

Permalink
Update CI to latest SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Sep 19, 2021
1 parent 3d766fc commit 1a8174e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup net5.0
uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: "5.0.400"
dotnet-version: "5.0.401"
- name: Run dotnet --info
run: dotnet --info
- uses: actions/checkout@v2.3.4
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": {
"allowPrerelease": false,
"allowPrerelease": true,
"version": "5.0.100",
"rollForward": "latestFeature"
"rollForward": "latestMajor"
}
}

0 comments on commit 1a8174e

Please sign in to comment.