From 311127e8410ea0a2de086796ba4c482b85732bb3 Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 11 Aug 2015 14:38:16 -0700 Subject: [PATCH] #139 React to CoreCLR Crytopgraphy package changes. --- src/Microsoft.Net.WebSockets/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index e2fc8bb602..23db5571cb 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -18,7 +18,7 @@ "System.Net.WebSockets": "4.0.0-beta-*", "System.Resources.ResourceManager": "4.0.1-beta-*", "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-*", "System.Text.Encoding.Extensions": "4.0.11-beta-*", "System.Threading": "4.0.11-beta-*", "System.Threading.Tasks": "4.0.11-beta-*",