Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bitwarden_license/src/Commercial.Core/Commercial.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!--
Pinned to 0.0.1: this project is only consumed as a library, so its assembly version is never
reported anywhere. Keeping it fixed avoids regenerating every consumer's packages.lock.json
on each service version bump.
-->
<Version>0.0.1</Version>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Core\Core.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion bitwarden_license/src/Commercial.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<PropertyGroup>
<Nullable>enable</Nullable>
<!--
Pinned to 0.0.1: this project is only consumed as a library, so its assembly version is never
reported anywhere. Keeping it fixed avoids regenerating every consumer's packages.lock.json
on each service version bump.
-->
<Version>0.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="[14.0.0]" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand All @@ -1392,12 +1392,12 @@
"type": "Project",
"dependencies": {
"AutoMapper": "[14.0.0, 14.0.0]",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Microsoft.EntityFrameworkCore.Relational": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.SqlServer": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.Sqlite": "[8.0.8, 8.0.8]",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, 8.0.4]",
"Pam.Domain": "[2026.8.0, )",
"Pam.Domain": "[0.0.1, )",
"Pomelo.EntityFrameworkCore.MySql": "[8.0.2, 8.0.2]",
"linq2db": "[5.4.1, 5.4.1]",
"linq2db.EntityFrameworkCore": "[8.1.0, 8.1.0]"
Expand Down
16 changes: 8 additions & 8 deletions bitwarden_license/src/Scim/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand All @@ -1178,21 +1178,21 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Dapper": "[2.1.66, 2.1.66]",
"Pam.Domain": "[2026.8.0, )"
"Pam.Domain": "[0.0.1, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper": "[14.0.0, 14.0.0]",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Microsoft.EntityFrameworkCore.Relational": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.SqlServer": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.Sqlite": "[8.0.8, 8.0.8]",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, 8.0.4]",
"Pam.Domain": "[2026.8.0, )",
"Pam.Domain": "[0.0.1, )",
"Pomelo.EntityFrameworkCore.MySql": "[8.0.2, 8.0.2]",
"linq2db": "[5.4.1, 5.4.1]",
"linq2db.EntityFrameworkCore": "[8.1.0, 8.1.0]"
Expand All @@ -1215,9 +1215,9 @@
"dependencies": {
"Bitwarden.Server.Sdk.Environment": "[0.1.0, )",
"Bitwarden.Server.Sdk.Features": "[1.4.0, )",
"Core": "[2026.8.0, )",
"Infrastructure.Dapper": "[2026.8.0, )",
"Infrastructure.EntityFramework": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Infrastructure.Dapper": "[0.0.1, )",
"Infrastructure.EntityFramework": "[0.0.1, )",
"Microsoft.Bot.Builder.Integration.AspNet.Core": "[4.23.0, 4.23.0]",
"Swashbuckle.AspNetCore.SwaggerGen": "[10.1.7, 10.1.7]"
}
Expand Down
4 changes: 2 additions & 2 deletions bitwarden_license/src/Services/Pam/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand All @@ -913,7 +913,7 @@
"organizationauthorization": {
"type": "Project",
"dependencies": {
"Core": "[2026.8.0, )"
"Core": "[0.0.1, )"
}
},
"pam.domain": {
Expand Down
16 changes: 8 additions & 8 deletions bitwarden_license/src/Sso/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand All @@ -1217,21 +1217,21 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Dapper": "[2.1.66, 2.1.66]",
"Pam.Domain": "[2026.8.0, )"
"Pam.Domain": "[0.0.1, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper": "[14.0.0, 14.0.0]",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Microsoft.EntityFrameworkCore.Relational": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.SqlServer": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.Sqlite": "[8.0.8, 8.0.8]",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, 8.0.4]",
"Pam.Domain": "[2026.8.0, )",
"Pam.Domain": "[0.0.1, )",
"Pomelo.EntityFrameworkCore.MySql": "[8.0.2, 8.0.2]",
"linq2db": "[5.4.1, 5.4.1]",
"linq2db.EntityFrameworkCore": "[8.1.0, 8.1.0]"
Expand All @@ -1254,9 +1254,9 @@
"dependencies": {
"Bitwarden.Server.Sdk.Environment": "[0.1.0, )",
"Bitwarden.Server.Sdk.Features": "[1.4.0, )",
"Core": "[2026.8.0, )",
"Infrastructure.Dapper": "[2026.8.0, )",
"Infrastructure.EntityFramework": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Infrastructure.Dapper": "[0.0.1, )",
"Infrastructure.EntityFramework": "[0.0.1, )",
"Microsoft.Bot.Builder.Integration.AspNet.Core": "[4.23.0, 4.23.0]",
"Swashbuckle.AspNetCore.SwaggerGen": "[10.1.7, 10.1.7]"
}
Expand Down
10 changes: 5 additions & 5 deletions bitwarden_license/test/Commercial.Core.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@
"commercial.core": {
"type": "Project",
"dependencies": {
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"CsvHelper": "[33.1.0, 33.1.0]"
}
},
Expand All @@ -1370,7 +1370,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.18.1, )",
"AutoFixture.Xunit2": "[4.18.1, )",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[2.2.1, 2.2.1]",
"Microsoft.Extensions.TimeProvider.Testing": "[10.8.0, 10.8.0]",
"Microsoft.NET.Test.Sdk": "[18.0.1, )",
Expand Down Expand Up @@ -1440,8 +1440,8 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.18.1, )",
"AutoFixture.Xunit2": "[4.18.1, )",
"Common": "[2026.8.0, )",
"Core": "[2026.8.0, )",
"Common": "[0.0.1, )",
"Core": "[0.0.1, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[2.2.1, 2.2.1]",
"Microsoft.Extensions.Diagnostics.Testing": "[10.8.0, 10.8.0]",
"Microsoft.NET.Test.Sdk": "[18.0.1, )",
Expand All @@ -1455,7 +1455,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand Down
22 changes: 11 additions & 11 deletions bitwarden_license/test/SSO.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "[4.18.1, )",
"AutoFixture.Xunit2": "[4.18.1, )",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Kralizek.AutoFixture.Extensions.MockHttp": "[2.2.1, 2.2.1]",
"Microsoft.Extensions.TimeProvider.Testing": "[10.8.0, 10.8.0]",
"Microsoft.NET.Test.Sdk": "[18.0.1, )",
Expand Down Expand Up @@ -1732,7 +1732,7 @@
"exceptionhandling": {
"type": "Project",
"dependencies": {
"HttpExtensions": "[2026.8.0, )"
"HttpExtensions": "[0.0.1, )"
}
},
"httpextensions": {
Expand All @@ -1741,21 +1741,21 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Dapper": "[2.1.66, 2.1.66]",
"Pam.Domain": "[2026.8.0, )"
"Pam.Domain": "[0.0.1, )"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper": "[14.0.0, 14.0.0]",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Microsoft.EntityFrameworkCore.Relational": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.SqlServer": "[8.0.8, 8.0.8]",
"Microsoft.EntityFrameworkCore.Sqlite": "[8.0.8, 8.0.8]",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, 8.0.4]",
"Pam.Domain": "[2026.8.0, )",
"Pam.Domain": "[0.0.1, )",
"Pomelo.EntityFrameworkCore.MySql": "[8.0.2, 8.0.2]",
"linq2db": "[5.4.1, 5.4.1]",
"linq2db.EntityFrameworkCore": "[8.1.0, 8.1.0]"
Expand All @@ -1778,9 +1778,9 @@
"dependencies": {
"Bitwarden.Server.Sdk.Environment": "[0.1.0, )",
"Bitwarden.Server.Sdk.Features": "[1.4.0, )",
"Core": "[2026.8.0, )",
"Infrastructure.Dapper": "[2026.8.0, )",
"Infrastructure.EntityFramework": "[2026.8.0, )",
"Core": "[0.0.1, )",
"Infrastructure.Dapper": "[0.0.1, )",
"Infrastructure.EntityFramework": "[0.0.1, )",
"Microsoft.Bot.Builder.Integration.AspNet.Core": "[4.23.0, 4.23.0]",
"Swashbuckle.AspNetCore.SwaggerGen": "[10.1.7, 10.1.7]"
}
Expand All @@ -1791,15 +1791,15 @@
"Bitwarden.Server.Sdk.Environment": "[0.1.0, )",
"Bitwarden.Server.Sdk.Features": "[1.4.0, )",
"Bitwarden.Server.Sdk.WebEssentials": "[0.5.0, )",
"Core": "[2026.8.0, )",
"Core": "[0.0.1, )",
"OpenTelemetry.Exporter.OpenTelemetryProtocol": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )",
"OpenTelemetry.Instrumentation.AspNetCore": "[1.15.2, )",
"OpenTelemetry.Instrumentation.EntityFrameworkCore": "[1.12.0-beta.2, )",
"OpenTelemetry.Instrumentation.Http": "[1.15.1, )",
"OpenTelemetry.Instrumentation.Runtime": "[1.15.1, )",
"OpenTelemetry.Instrumentation.SqlClient": "[1.15.2, )",
"SharedWeb": "[2026.8.0, )",
"SharedWeb": "[0.0.1, )",
"Sustainsys.Saml2.AspNetCore2": "[2.11.0, 2.11.0]"
}
},
Expand Down
Loading
Loading