1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Updated nuget packages to use newest .Net 5.0.9 (#1547)

This commit is contained in:
Daniel James Smith
2021-09-01 11:36:37 +02:00
committed by GitHub
parent f2520ed7be
commit f803e7664e
7 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="5.0.9" />
</ItemGroup>
<ItemGroup>