From 5095594cd3029b3ca9de91c5ee6481547966823b Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 26 May 2016 18:26:02 -0700 Subject: [PATCH] React to updated CoreCLR packages https://github.com/aspnet/Coherence/issues/97 --- .../project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json index 5379778b82..c6c580da0b 100644 --- a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json @@ -19,7 +19,7 @@ "netstandard1.3": { "dependencies": { "System.Runtime.Extensions": "4.1.0-*", - "System.Security.Cryptography.Algorithms": "4.1.0-*", + "System.Security.Cryptography.Algorithms": "4.2.0-*", "System.Text.Encoding.Extensions": "4.0.11-*" } }