Skip to content

Commit

Permalink
Update Paket and roll forward to latest minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Sep 27, 2021
1 parent edf7970 commit c3dd8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"paket": {
"version": "6.0.0",
"version": "6.0.13",
"commands": [
"paket"
]
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.0",
"rollForward": "minor"
"rollForward": "latestMinor"
}
}

0 comments on commit c3dd8fe

Please sign in to comment.