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

Upgrade to the latest System.Data.SqlClient (#2546)

This commit is contained in:
Matt Bishop
2023-01-06 14:36:12 -05:00
committed by GitHub
parent e800219d73
commit 452891b39e
24 changed files with 105 additions and 105 deletions

View File

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