From 839e066d5934a613ff2bf2ff3c84d51f1cf24c21 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 17 Jul 2014 09:30:34 -0700 Subject: [PATCH] Reacting to System.Security.Cryptograph.Encryption package rename --- src/Microsoft.AspNet.WebSockets.Protocol/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.WebSockets.Protocol/project.json b/src/Microsoft.AspNet.WebSockets.Protocol/project.json index 784a1dc044..0a600cfc61 100644 --- a/src/Microsoft.AspNet.WebSockets.Protocol/project.json +++ b/src/Microsoft.AspNet.WebSockets.Protocol/project.json @@ -10,7 +10,7 @@ "System.Runtime": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", - "System.Security.Cryptography": "4.0.0.0", + "System.Security.Cryptography.Encryption": "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",