From 4332a25c43f60c625ddce7c85508e4d6d42307f1 Mon Sep 17 00:00:00 2001 From: Brennan Conroy Date: Mon, 15 Apr 2019 15:49:37 +0000 Subject: [PATCH] Update Redis dependency --- build/dependencies.props | 2 +- eng/PatchConfig.props | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/dependencies.props b/build/dependencies.props index b205cdc605..e1fd3e1817 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -222,7 +222,7 @@ 1.1.11 1.1.11 1.2.6 - 2.0.513 + 2.0.593 1.1.92 1.0.0 4.5.0 diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index cca6cdea56..f623bcf1ca 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -57,6 +57,7 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.SignalR.Protocols.MessagePack; Microsoft.AspNetCore.SignalR.Redis; Microsoft.AspNetCore.SignalR.StackExchangeRedis; + Microsoft.AspNetCore.DataProtection.StackExchangeRedis;