Skip to content

Commit

Permalink
Bumped version to 2023.12.0 (#3526)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <[email protected]>
  • Loading branch information
1 parent a24ae02 commit b44cdc7
Show file tree
Hide file tree
Showing 32 changed files with 190 additions and 190 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2023.10.3</Version>
<Version>2023.12.0</Version>
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand Down
10 changes: 5 additions & 5 deletions bitwarden_license/src/Scim/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2624,15 +2624,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2644,9 +2644,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions bitwarden_license/src/Sso/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2784,15 +2784,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2804,9 +2804,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2657,15 +2657,15 @@
"commercial.core": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )"
"Core": "[2023.12.0, )"
}
},
"common": {
"type": "Project",
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
"AutoFixture.Xunit2": "[4.17.0, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
"Microsoft.NET.Test.Sdk": "[17.1.0, )",
"NSubstitute": "[4.3.0, )",
Expand Down Expand Up @@ -2719,8 +2719,8 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
"AutoFixture.Xunit2": "[4.17.0, )",
"Common": "[2023.10.3, )",
"Core": "[2023.10.3, )",
"Common": "[2023.12.0, )",
"Core": "[2023.12.0, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
"Microsoft.NET.Test.Sdk": "[17.1.0, )",
"NSubstitute": "[4.3.0, )",
Expand Down
24 changes: 12 additions & 12 deletions bitwarden_license/test/Scim.IntegrationTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2974,7 +2974,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
"AutoFixture.Xunit2": "[4.17.0, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
"Microsoft.NET.Test.Sdk": "[17.1.0, )",
"NSubstitute": "[4.3.0, )",
Expand Down Expand Up @@ -3026,23 +3026,23 @@
"identity": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"SharedWeb": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"SharedWeb": "[2023.12.0, )",
"Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -3054,25 +3054,25 @@
"integrationtestcommon": {
"type": "Project",
"dependencies": {
"Common": "[2023.10.3, )",
"Identity": "[2023.10.3, )",
"Common": "[2023.12.0, )",
"Identity": "[2023.12.0, )",
"Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )",
"Microsoft.Extensions.Configuration": "[6.0.1, )"
}
},
"scim": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"SharedWeb": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"SharedWeb": "[2023.12.0, )"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions bitwarden_license/test/Scim.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.17.0, )",
"AutoFixture.Xunit2": "[4.17.0, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
"Microsoft.NET.Test.Sdk": "[17.1.0, )",
"NSubstitute": "[4.3.0, )",
Expand Down Expand Up @@ -2879,15 +2879,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2899,16 +2899,16 @@
"scim": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"SharedWeb": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"SharedWeb": "[2023.12.0, )"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
30 changes: 15 additions & 15 deletions src/Admin/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2785,15 +2785,15 @@
"commercial.core": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )"
"Core": "[2023.12.0, )"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
},
"core": {
Expand Down Expand Up @@ -2841,15 +2841,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2861,38 +2861,38 @@
"migrator": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.Extensions.Logging": "[6.0.0, )",
"dbup-sqlserver": "[5.0.8, )"
}
},
"mysqlmigrations": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
},
"postgresmigrations": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
},
"sqlitemigrations": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2765,15 +2765,15 @@
"commercial.core": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )"
"Core": "[2023.12.0, )"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
},
"core": {
Expand Down Expand Up @@ -2821,15 +2821,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2841,9 +2841,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/Billing/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2624,15 +2624,15 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Dapper": "[2.0.123, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
"Core": "[2023.10.3, )",
"Core": "[2023.12.0, )",
"Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
"Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
Expand All @@ -2644,9 +2644,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "[2023.10.3, )",
"Infrastructure.Dapper": "[2023.10.3, )",
"Infrastructure.EntityFramework": "[2023.10.3, )"
"Core": "[2023.12.0, )",
"Infrastructure.Dapper": "[2023.12.0, )",
"Infrastructure.EntityFramework": "[2023.12.0, )"
}
}
}
Expand Down
Loading

0 comments on commit b44cdc7

Please sign in to comment.