1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00
bitwarden-server/.config/dotnet-tools.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
521 B
JSON
Raw Normal View History

2020-01-10 22:06:44 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
2021-12-16 08:48:30 +01:00
"dotnet-format": {
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
},
2020-01-10 22:06:44 +01:00
"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 22:06:44 +01:00
}
}
}