From b7be616f83d909c27a42128918bc74f350dd2e1b Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 17 May 2016 15:45:07 -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-*" } }