From 09267cca2fe53d9ae28484f8b1d7be8b64640b5b Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 17 Jul 2014 09:44:03 -0700 Subject: [PATCH] Reacting to System.Security.Cryptography.Encryption package rename --- 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 d1271a020f..1a18c457ba 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -24,7 +24,7 @@ "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.Handles": "4.0.0.0", "System.Runtime.InteropServices": "4.0.20.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.Security.Principal": "4.0.0.0", "System.Text.Encoding": "4.0.20.0",