mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
a565b19ffb
* SM-768: Update EFCore and related packages to >= 7.0 * SM-768: Update more packages for the EF 7 upgrade * SM-768: Update the PostgreSQL package * SM-768: Run dotnet restore --force-evaluate * SM-768: Revert package upgrades for 3 projects * SM-768: Update the dotnet-ef tool
30 lines
504 B
JSON
30 lines
504 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"swashbuckle.aspnetcore.cli": {
|
|
"version": "6.5.0",
|
|
"commands": [
|
|
"swagger"
|
|
]
|
|
},
|
|
"coverlet.console": {
|
|
"version": "3.1.2",
|
|
"commands": [
|
|
"coverlet"
|
|
]
|
|
},
|
|
"dotnet-reportgenerator-globaltool": {
|
|
"version": "5.1.6",
|
|
"commands": [
|
|
"reportgenerator"
|
|
]
|
|
},
|
|
"dotnet-ef": {
|
|
"version": "7.0.8",
|
|
"commands": [
|
|
"dotnet-ef"
|
|
]
|
|
}
|
|
}
|
|
} |