mirror of
https://github.com/bitwarden/server.git
synced 2025-04-16 10:38:17 -05:00
netcoreapp2.1 for sql dep
This commit is contained in:
parent
3f0186f17a
commit
8393af9afc
@ -96,7 +96,7 @@
|
|||||||
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="1.0.9" />
|
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="1.0.9" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
|
||||||
<PackageReference Include="System.Data.SqlClient" Version="4.4.3" />
|
<PackageReference Include="System.Data.SqlClient" Version="4.4.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user