From 7190b704b103d57215e16a9dba27d95f2f956be5 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sat, 6 Feb 2016 15:08:27 -0800 Subject: [PATCH] Temporary build test fixes. --- .../project.json | 3 ++- .../project.json | 3 ++- .../project.json | 3 ++- .../project.json | 3 ++- .../project.json | 2 +- test/Microsoft.AspNetCore.DataProtection.Test/project.json | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json index 649606c5c6..a3c93adde2 100644 --- a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json +++ b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/project.json @@ -17,7 +17,8 @@ }, "dnxcore50": { "dependencies": { - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "System.Runtime": "4.0.21-*" }, "imports": "portable-net451+win8" } diff --git a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json index cb5c2f28d1..5dd067a099 100644 --- a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json +++ b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/project.json @@ -15,7 +15,8 @@ }, "dnxcore50": { "dependencies": { - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "System.Runtime": "4.0.21-*" }, "imports": "portable-net451+win8" } diff --git a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json index bf911fedf5..2aba8ab2df 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json @@ -16,7 +16,8 @@ "dnxcore50": { "dependencies": { "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "System.Runtime": "4.0.21-*" }, "imports": "portable-net451+win8" } diff --git a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json index 039a719936..33d9c7c915 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json @@ -20,7 +20,8 @@ "dnxcore50": { "dependencies": { "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "System.Runtime": "4.0.21-*" }, "imports": "portable-net451+win8" } diff --git a/test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json index eacbd61b43..33e2b1875f 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Test.Shared/project.json @@ -3,7 +3,7 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Runtime": "4.1.0-*" + "System.Runtime": "4.0.21-*" } } }, diff --git a/test/Microsoft.AspNetCore.DataProtection.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Test/project.json index 2a6680fc04..49af17ddfe 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Test/project.json @@ -20,7 +20,8 @@ "dnxcore50": { "dependencies": { "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "System.Runtime": "4.0.21-*" }, "imports": "portable-net451+win8" }