From 8469da66d0a9996c96fc77389d35e4bace69183d Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 26 May 2016 18:34:09 -0700 Subject: [PATCH] React to updated CoreCLR packages https://github.com/aspnet/Coherence/issues/97 --- src/Microsoft.AspNetCore.Session/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json index 7eb81db2b5..5ed36e1299 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -32,7 +32,7 @@ "net451": {}, "netstandard1.3": { "dependencies": { - "System.Security.Cryptography.Algorithms": "4.1.0-*" + "System.Security.Cryptography.Algorithms": "4.2.0-*" } } }