From 627dfdc64615eecd7b5d62bfb52063722b4355f3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 18 May 2016 09:43:09 -0700 Subject: [PATCH] Revert "React to updated CoreCLR packages" This reverts commit 1d588e0e82002186dce1a30b28ac43467a106412. --- 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 b9b48f6237..22720aad9e 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.2.0-*" + "System.Security.Cryptography.Algorithms": "4.1.0-*" } } }