1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-14 09:38:16 -05:00

netcoreapp2.1 for sql dep

This commit is contained in:
Kyle Spearrin 2018-08-01 10:47:35 -04:00
parent 3f0186f17a
commit 8393af9afc

View File

@ -96,7 +96,7 @@
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="1.0.9" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="System.Data.SqlClient" Version="4.4.3" />
</ItemGroup>