From c6f7a3434e31f7af3d01a63f1161f242fe8dd1b4 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 25 Mar 2016 10:50:06 -0700 Subject: [PATCH] Fixed build --- .../project.json | 7 ++++--- test/Microsoft.AspNetCore.Antiforgery.Test/project.json | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json index 7b345f04fe..c26724bfb1 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json @@ -2,8 +2,7 @@ "dependencies": { "AntiforgerySample": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*" + "Microsoft.AspNetCore.Testing": "1.0.0-*" }, "testRunner": "xunit", "frameworks": { @@ -11,7 +10,9 @@ "dependencies": { "moq.netcore": "4.4.0-beta8", "System.Net.Http": "4.0.1-*", - "dotnet-test-xunit": "1.0.0-dev-*" + "dotnet-test-xunit": "1.0.0-dev-*", + "NETStandard.Library": "1.5.0-*", + "System.Diagnostics.Process": "4.1.0-*" }, "imports": [ "dnxcore50", diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json index 0ac8f81de0..d9a5c2fd95 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json @@ -10,7 +10,6 @@ "Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.WebEncoders": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0-*" }, "testRunner": "xunit", @@ -18,7 +17,9 @@ "netstandardapp1.5": { "dependencies": { "moq.netcore": "4.4.0-beta8", - "dotnet-test-xunit": "1.0.0-dev-*" + "dotnet-test-xunit": "1.0.0-dev-*", + "NETStandard.Library": "1.5.0-*", + "System.Diagnostics.Process": "4.1.0-*" }, "imports": [ "dnxcore50",