From 8503e161d061fa230b00ba58d6801d7f906356ce Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sat, 19 Mar 2016 11:43:51 -0700 Subject: [PATCH] Reacting to CoreCLR package changes --- src/Microsoft.AspNetCore.Cryptography.Internal/project.json | 1 + test/Microsoft.AspNetCore.DataProtection.Test/project.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Cryptography.Internal/project.json b/src/Microsoft.AspNetCore.Cryptography.Internal/project.json index ebd11d61dd..68e7e1fb10 100644 --- a/src/Microsoft.AspNetCore.Cryptography.Internal/project.json +++ b/src/Microsoft.AspNetCore.Cryptography.Internal/project.json @@ -11,6 +11,7 @@ "netstandard1.3": { "dependencies": { "System.Diagnostics.Debug": "4.0.11-*", + "System.Resources.ResourceManager": "4.0.1-*", "System.Runtime.Handles": "4.0.1-*", "System.Runtime.InteropServices": "4.1.0-*", "System.Security.Cryptography.Primitives": "4.0.0-*", diff --git a/test/Microsoft.AspNetCore.DataProtection.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Test/project.json index d879702159..d57f47f5f7 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Test/project.json @@ -27,7 +27,6 @@ "Moq": "4.2.1312.1622" }, "frameworkAssemblies": { - "System.Runtime": "", "System.Threading.Tasks": "" } }