1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

[deps] DbOps: Update EntityFrameworkCore to v10

This commit is contained in:
renovate[bot]
2025-11-18 14:35:55 +00:00
committed by GitHub
parent 75d8250f3a
commit 426308b3f1
6 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[8.0.8]">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="[10.0.0]">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>