From f2a42d1f712a3ae11ea2b3a57db4d4f0752d6889 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 23 Mar 2016 12:59:11 -0700 Subject: [PATCH] Reacting to CoreCLR package changes --- .../project.json | 2 +- src/Microsoft.AspNetCore.DataProtection/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json index 1ba9922aaf..be60e95200 100644 --- a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json @@ -13,7 +13,7 @@ "netstandard1.3": { "dependencies": { "System.Runtime.Extensions": "4.1.0-*", - "System.Security.Cryptography.Algorithms": "4.0.0-*", + "System.Security.Cryptography.Algorithms": "4.1.0-*", "System.Text.Encoding.Extensions": "4.0.11-*" }, "imports": [ diff --git a/src/Microsoft.AspNetCore.DataProtection/project.json b/src/Microsoft.AspNetCore.DataProtection/project.json index 82d53594db..aeb0427585 100644 --- a/src/Microsoft.AspNetCore.DataProtection/project.json +++ b/src/Microsoft.AspNetCore.DataProtection/project.json @@ -28,7 +28,7 @@ "netstandard1.3": { "dependencies": { "Microsoft.Win32.Registry": "4.0.0-*", - "System.Security.Cryptography.X509Certificates": "4.0.0-*", + "System.Security.Cryptography.X509Certificates": "4.1.0-*", "System.Security.Claims": "4.0.1-*", "System.Security.Principal.Windows": "4.0.0-*", "System.Xml.XDocument": "4.0.11-*"