1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 02:23:51 +00:00

SM-768: Update EFCore and related packages to >= 7.0 (#3006)

* 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
This commit is contained in:
Colton Hurst
2023-07-07 09:56:31 -04:00
committed by GitHub
parent 3b4c8afea0
commit a565b19ffb
45 changed files with 4825 additions and 5121 deletions

View File

@@ -4,19 +4,27 @@
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "6.5.0",
"commands": ["swagger"]
"commands": [
"swagger"
]
},
"coverlet.console": {
"version": "3.1.2",
"commands": ["coverlet"]
"commands": [
"coverlet"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.6",
"commands": ["reportgenerator"]
"commands": [
"reportgenerator"
]
},
"dotnet-ef": {
"version": "6.0.12",
"commands": ["dotnet-ef"]
"version": "7.0.8",
"commands": [
"dotnet-ef"
]
}
}
}
}