From 19de082d261b05d85f21543891a337332779d373 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 26 Apr 2016 22:41:54 -0700 Subject: [PATCH] Cleaning up project.json so restore works without --infer-runtimes --- .../project.json | 6 +++--- test/TestSites/project.json | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json index 826f4ded4b..021cb38e97 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json @@ -6,9 +6,9 @@ "frameworks": { "netcoreapp1.0": { "imports": [ - "portable-net451+win8", - "dnxcore50", - "netstandardapp1.5" + "portable-dnxcore50+net45+win8+wp8+wpa81", + "dotnet", + "portable-net45+win8" ], "dependencies": { "dotnet-test-xunit": "1.0.0-*", diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 61b35630d7..cc62883877 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -18,11 +18,15 @@ "frameworks": { "netcoreapp1.0": { "imports": [ - "portable-net451+win8", - "dnxcore50" + "portable-dnxcore50+net45+win8+wp8+wpa81", + "dotnet", + "portable-net45+win8" ], "dependencies": { - "Microsoft.NETCore.App": "1.0.0-*", + "Microsoft.NETCore.App": { + "version": "1.0.0-*", + "type": "platform" + }, "System.Net.Primitives": "4.0.11-*", "System.Diagnostics.Process": "4.1.0-*" }