From d98df8a873a802819cad1cf341e7c6d1dea60746 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Tue, 1 Jul 2014 10:22:31 -0700 Subject: [PATCH] Updated packages due to changes in security contracts --- src/Microsoft.AspNet.WebSockets.Protocol/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.WebSockets.Protocol/project.json b/src/Microsoft.AspNet.WebSockets.Protocol/project.json index 5fdfe5b60f..c0a6a41151 100644 --- a/src/Microsoft.AspNet.WebSockets.Protocol/project.json +++ b/src/Microsoft.AspNet.WebSockets.Protocol/project.json @@ -10,7 +10,8 @@ "System.Runtime": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", - "System.Security.Cryptography.HashAlgorithms.SHA1": "4.0.0.0", + "System.Security.Cryptography": "4.0.0.0", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0", "System.Threading": "4.0.0.0", "System.Threading.Tasks": "4.0.10.0", "System.Threading.Timer": "4.0.0.0"