diff --git a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json index b4661a5537..813d943a1d 100644 --- a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json +++ b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json @@ -20,7 +20,11 @@ "dnx451": { "dependencies": { "xunit.runner.console": "2.1.0" - } + }, + "frameworkAssemblies": { + "System.Runtime": "", + "System.Threading.Tasks": "" + } } }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json index 7133275a83..50b51e8de2 100644 --- a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json +++ b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json @@ -18,7 +18,11 @@ "dnx451": { "dependencies": { "xunit.runner.console": "2.1.0" - } + }, + "frameworkAssemblies": { + "System.Runtime": "", + "System.Threading.Tasks": "" + } } }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json index 96406b831d..c0af6a9b47 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json @@ -19,7 +19,11 @@ "dependencies": { "Moq": "4.2.1312.1622", "xunit.runner.console": "2.1.0" - } + }, + "frameworkAssemblies": { + "System.Runtime": "", + "System.Threading.Tasks": "" + } } }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json index d663d03bc3..eab04dbdd0 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json @@ -23,7 +23,11 @@ "dependencies": { "Moq": "4.2.1312.1622", "xunit.runner.console": "2.1.0" - } + }, + "frameworkAssemblies": { + "System.Runtime": "", + "System.Threading.Tasks": "" + } } }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.DataProtection.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Test/project.json index 5b000e9138..d952ddc84e 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Test/project.json @@ -23,7 +23,11 @@ "dependencies": { "Moq": "4.2.1312.1622", "xunit.runner.console": "2.1.0" - } + }, + "frameworkAssemblies": { + "System.Runtime": "", + "System.Threading.Tasks": "" + } } }, "testRunner": "xunit",