Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scope.Core/Scope.Core.API/Scope.Core.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
uses the same StackExchange.Redis multiplexer instance we register in
Program.cs so there is no second connection pool.
-->
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.22" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.10" />
<!--
Redis backplane for SignalR is required whenever Core is run with more than
one replica; without it, clients connected to different instances cannot
Expand Down
Loading