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

consolidate some deps

This commit is contained in:
Kyle Spearrin
2018-08-03 23:57:15 -04:00
parent 59c24d83bb
commit 58d29cc4a8
3 changed files with 3 additions and 26 deletions

View File

@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="System.Data.SqlClient" Version="4.4.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
</ItemGroup>
</Project>