Files
server/dotnet-tools.json

24 lines
408 B
JSON
Raw Normal View History

2020-01-10 16:06:44 -05:00
{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "5.0.0-rc4",
"commands": [
"swagger"
]
},
"coverlet.console": {
"version": "3.0.3",
"commands": [
"coverlet"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "4.8.8",
"commands": [
"reportgenerator"
]
2020-01-10 16:06:44 -05:00
}
}
}