Skip to content

Commit

Permalink
Update .NET SDK and local tools. (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Sep 27, 2021
1 parent 735d58e commit ce78b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"paket": {
"version": "6.0.0",
"version": "6.0.13",
"commands": [
"paket"
]
Expand All @@ -21,7 +21,7 @@
]
},
"fantomas-tool": {
"version": "4.5.1",
"version": "4.5.3",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [5.0.300]
dotnet: [5.0.401]
runs-on: ${{ matrix.os }}

steps:
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.0",
"rollForward": "minor"
"rollForward": "latestMinor"
}
}

0 comments on commit ce78b0d

Please sign in to comment.