1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

swagger cli tool fixes

This commit is contained in:
Kyle Spearrin
2020-01-10 16:06:44 -05:00
parent f7512445e4
commit ffeb2969c1
3 changed files with 14 additions and 0 deletions

12
dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "5.0.0-rc4",
"commands": [
"swagger"
]
}
}
}