From 1d588e0e82002186dce1a30b28ac43467a106412 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 17 May 2016 14:57:06 -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 22720aad9e..b9b48f6237 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -31,7 +31,7 @@ "net451": {}, "netstandard1.3": { "dependencies": { - "System.Security.Cryptography.Algorithms": "4.1.0-*" + "System.Security.Cryptography.Algorithms": "4.2.0-*" } } }