1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Upgrade DBUp to shed System.Data.SqlClient dependency (#2730)

This commit is contained in:
Matt Bishop
2023-02-22 14:18:32 -05:00
committed by GitHub
parent 9cddb769fa
commit cf13ee71f3
4 changed files with 358 additions and 274 deletions

View File

@ -5,7 +5,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="dbup-sqlserver" Version="4.5.0" />
<PackageReference Include="dbup-sqlserver" Version="5.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
</ItemGroup>