1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 07:03:42 +00:00

[deps] DbOps: Update EntityFrameworkCore to v10

This commit is contained in:
renovate[bot]
2025-12-16 19:29:53 +00:00
committed by GitHub
parent 04efe402be
commit c9b1999bf3
6 changed files with 8 additions and 8 deletions

View File

@@ -3,9 +3,9 @@
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="linq2db" Version="5.4.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[8.0.8]" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[8.0.8]" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[8.0.8]" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[10.0.1]" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[10.0.1]" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[10.0.1]" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[8.0.4]" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[8.0.2]" />
<PackageReference Include="linq2db.EntityFrameworkCore" Version="[8.1.0]" />