mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Add Swagger generation for Identity (#2058)
This commit is contained in:
@ -3141,7 +3141,7 @@
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1"
|
||||
"Core": "2022.5.2"
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
@ -3185,7 +3185,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3194,7 +3194,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
|
||||
@ -3204,7 +3204,7 @@
|
||||
"migrator": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Core": "2022.5.2",
|
||||
"Microsoft.Extensions.Logging": "6.0.0",
|
||||
"dbup-sqlserver": "4.5.0"
|
||||
}
|
||||
@ -3212,9 +3212,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "2022.5.1",
|
||||
"Infrastructure.Dapper": "2022.5.1",
|
||||
"Infrastructure.EntityFramework": "2022.5.1"
|
||||
"Core": "2022.5.2",
|
||||
"Infrastructure.Dapper": "2022.5.2",
|
||||
"Infrastructure.EntityFramework": "2022.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user