mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
netcoreapp2.1 for sql dep
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user