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:
parent
3f0186f17a
commit
8393af9afc
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user