From 4ec0532087c033b0e6a8f045c4d80bb2a12bd33c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 17 Jul 2014 08:39:43 -0700 Subject: [PATCH] Reacting to System.Security.Cryptography.Encryption package rename --- src/Microsoft.AspNet.Security.DataProtection/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Security.DataProtection/project.json b/src/Microsoft.AspNet.Security.DataProtection/project.json index 132311db8f..66ba19caba 100644 --- a/src/Microsoft.AspNet.Security.DataProtection/project.json +++ b/src/Microsoft.AspNet.Security.DataProtection/project.json @@ -17,7 +17,7 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.InteropServices": "4.0.20.0", - "System.Security.Cryptography": "4.0.0.0", + "System.Security.Cryptography.Encryption": "4.0.0.0", "System.Text.Encoding.Extensions": "4.0.10.0" } }