Skip to content

Commit

Permalink
Update dotnet tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Dec 10, 2024
1 parent 1dfc7ad commit abb94e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions Services/Bones.Api/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "7.0.0",
"version": "7.1.0",
"commands": [
"swagger"
]
],
"rollForward": false
},
"dotnet-rpm": {
"version": "0.1.226",
"commands": [
"dotnet-rpm"
]
],
"rollForward": false
},
"dotnet-deb": {
"version": "0.1.226",
"commands": [
"dotnet-deb"
]
],
"rollForward": false
}
}
}
2 changes: 1 addition & 1 deletion update-dotnet-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotnet tool update nswag.consolecore
dotnet tool restore

cd ../Bones.WebUI/
sudo dotnet workload restore
dotnet workload restore

cd ../../Services/Bones.Api/
dotnet tool update swashbuckle.aspnetcore.cli
Expand Down

0 comments on commit abb94e9

Please sign in to comment.