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": "" } }