From fc7224a63989d6cb32239c2478b5ee6ed4a16f96 Mon Sep 17 00:00:00 2001 From: Chris R Date: Thu, 13 Aug 2015 09:50:17 -0700 Subject: [PATCH] #54 React to CoreCLR Cryptography package changes. --- src/Microsoft.AspNet.Session/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Session/project.json b/src/Microsoft.AspNet.Session/project.json index 00d1332f01..41b911dc92 100644 --- a/src/Microsoft.AspNet.Session/project.json +++ b/src/Microsoft.AspNet.Session/project.json @@ -19,7 +19,7 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-*" } } }