WebApiBootstrap/.config/dotnet-tools.json

18 lines
No EOL
266 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "6.5.0",
"commands": [
"swagger"
]
},
"refitter": {
"version": "0.9.7",
"commands": [
"refitter"
]
}
}
}