Skip to content

Commit

Permalink
chore: update dotnet tools versions and disable rollForward
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Dec 18, 2024
1 parent fbf8b72 commit 593ac35
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
"version": "0.11.0",
"commands": [
"releasy"
]
],
"rollForward": false
},
"dotnet-outdated-tool": {
"version": "4.6.1",
"version": "4.6.4",
"commands": [
"dotnet-outdated"
]
],
"rollForward": false
},
"dotnet-ef": {
"version": "8.0.4",
"version": "9.0.0",
"commands": [
"dotnet-ef"
]
],
"rollForward": false
}
}
}

0 comments on commit 593ac35

Please sign in to comment.