mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
update to new 2.0.0 preview for notification hub
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="2.0.0-preview2" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="2.1.2" />
|
||||
@ -44,10 +45,6 @@
|
||||
<PackageReference Include="YubicoDotNetClient" Version="1.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' ">
|
||||
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="1.0.9" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user