Skip to content

Commit

Permalink
Use dotnet 6.0.301
Browse files Browse the repository at this point in the history
Should solve occasional test failures (`dotnet tool restore` fails)

See NuGet/Home#11607 (comment)
(via NuGet/Home#7503 (comment))
  • Loading branch information
Booksbaum committed Jun 27, 2022
1 parent 1fffaad commit baaf0bb
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
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, macos-10.15, ubuntu-20.04]
dotnet: [6.0.200]
dotnet: [6.0.301]
fail-fast: false # we have timing issues on some OS, so we want them all to run

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.200",
"version": "6.0.300",
"rollForward": "major"
}
}

0 comments on commit baaf0bb

Please sign in to comment.