From 74c83638558e006477b54fcbcea0c200cc0f2fec Mon Sep 17 00:00:00 2001 From: Chris R Date: Fri, 15 May 2015 11:34:15 -0700 Subject: [PATCH] React to CoreClr dependency changes. --- src/Microsoft.AspNet.WebSockets.Protocol/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.AspNet.WebSockets.Protocol/project.json b/src/Microsoft.AspNet.WebSockets.Protocol/project.json index 0e0cd0d784..b525974346 100644 --- a/src/Microsoft.AspNet.WebSockets.Protocol/project.json +++ b/src/Microsoft.AspNet.WebSockets.Protocol/project.json @@ -13,6 +13,7 @@ "System.Runtime.InteropServices": "4.0.20-beta-*", "System.Runtime.Extensions": "4.0.10-beta-*", "System.Security.Cryptography.Encryption": "4.0.0-beta-*", + "System.Security.Cryptography.Hashing": "4.0.0-beta-*", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", "System.Text.Encoding.Extensions": "4.0.10-beta-*", "System.Threading": "4.0.10-beta-*",