From 85cf199ef113fa4c1bf99f64a36b0bb25245d3a6 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 1 Jul 2014 10:37:56 -0700 Subject: [PATCH] Reacting to CoreCLR package rename --- src/Microsoft.AspNet.Mvc.Core/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/project.json b/src/Microsoft.AspNet.Mvc.Core/project.json index e4bd934ad4..80dbc72ae1 100644 --- a/src/Microsoft.AspNet.Mvc.Core/project.json +++ b/src/Microsoft.AspNet.Mvc.Core/project.json @@ -41,7 +41,7 @@ "System.Runtime.InteropServices": "4.0.20.0", "System.Security.Claims": "1.0.0-*", "System.Security.Cryptography": "4.0.0.0", - "System.Security.Cryptography.HashAlgorithms.SHA2": "4.0.0.0", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0", "System.Security.Principal": "4.0.0.0", "System.Text.Encoding": "4.0.20.0", "System.Threading": "4.0.0.0",