mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
efe91fd0d8
* Move RevisionDate Bumps to Extension Class * Add Tests against live databases * Run Formatting * Fix Typo * Fix Test Solution Typo * Await ReplaceAsync
31 lines
506 B
JSON
31 lines
506 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"swashbuckle.aspnetcore.cli": {
|
|
"version": "6.3.1",
|
|
"commands": [
|
|
"swagger"
|
|
]
|
|
},
|
|
"coverlet.console": {
|
|
"version": "3.1.2",
|
|
"commands": [
|
|
"coverlet"
|
|
]
|
|
},
|
|
"dotnet-reportgenerator-globaltool": {
|
|
"version": "5.1.6",
|
|
"commands": [
|
|
"reportgenerator"
|
|
]
|
|
},
|
|
"dotnet-ef": {
|
|
"version": "6.0.11",
|
|
"commands": [
|
|
"dotnet-ef"
|
|
]
|
|
}
|
|
}
|
|
}
|