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

Migrate to Microsoft.Data.SqlClient (#2548)

This commit is contained in:
Matt Bishop
2023-01-10 15:58:41 -05:00
committed by GitHub
parent 4c6354cd5b
commit df2edcfb8c
72 changed files with 2509 additions and 2828 deletions

View File

@ -6,7 +6,6 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
</Project>