From c8aa4c2c51e44bae6f455d3797b3366c43a5cc3d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 20 Jan 2016 20:39:57 -0800 Subject: [PATCH] Reacting to CoreCLR version changes --- src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json index 3a4d70c7c1..179a389151 100644 --- a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json @@ -12,7 +12,7 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Runtime.Extensions": "4.0.11-*", + "System.Runtime.Extensions": "4.1.0-*", "System.Security.Cryptography.Algorithms": "4.0.0-*", "System.Text.Encoding.Extensions": "4.0.11-*" }