1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +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.

23 lines
442 B
JSON
Raw Normal View History

2020-01-10 22:06:44 +01:00
{
"version": 1,
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
2023-01-24 18:10:00 +01:00
"version": "6.5.0",
"commands": ["swagger"]
},
"coverlet.console": {
"version": "3.1.2",
2023-01-24 18:10:00 +01:00
"commands": ["coverlet"]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.6",
2023-01-24 18:10:00 +01:00
"commands": ["reportgenerator"]
},
"dotnet-ef": {
"version": "6.0.12",
2023-01-24 18:10:00 +01:00
"commands": ["dotnet-ef"]
2020-01-10 22:06:44 +01:00
}
}
2023-01-24 18:10:00 +01:00
}