1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-11 12:53:50 -05:00

add support for azuresignalr services

This commit is contained in:
Kyle Spearrin
2018-08-22 16:04:27 -04:00
parent 6a2e64f2a0
commit d992125b5f
3 changed files with 22 additions and 5 deletions

View File

@ -10,6 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.2" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.0.0-preview1-10015" />
</ItemGroup>
<ItemGroup>