From 3a1c463e0217d49a36759d054cd262629a33a1f6 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 26 May 2016 18:19:13 -0700 Subject: [PATCH] React to updated CoreCLR packages https://github.com/aspnet/Coherence/issues/97 --- src/Microsoft.AspNetCore.WebSockets.Protocol/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.WebSockets.Protocol/project.json b/src/Microsoft.AspNetCore.WebSockets.Protocol/project.json index 1b903abe23..ca32295042 100644 --- a/src/Microsoft.AspNetCore.WebSockets.Protocol/project.json +++ b/src/Microsoft.AspNetCore.WebSockets.Protocol/project.json @@ -27,7 +27,7 @@ "System.Resources.ResourceManager": "4.0.1-*", "System.Runtime.InteropServices": "4.1.0-*", "System.Runtime.Extensions": "4.1.0-*", - "System.Security.Cryptography.Algorithms": "4.1.0-*", + "System.Security.Cryptography.Algorithms": "4.2.0-*", "System.Text.Encoding.Extensions": "4.0.11-*", "System.Threading": "4.0.11-*", "System.Threading.Tasks": "4.0.11-*",