From 968eec59aed31df7f443920d58c6e9c80837df29 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 22 Mar 2016 16:02:09 -0700 Subject: [PATCH] Revert "Revert "Reacting to CoreCLR package changes"" This reverts commit 3b0260056669fbc005a68a930bf8f1bac638c4db. --- .../project.json | 1 - src/dotnet-publish-iis/project.json | 1 - test/dotnet-publish-iis.Tests/project.json | 7 +++++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json index 7fdd45ce6e..318f0365f4 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json @@ -10,7 +10,6 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/dotnet-publish-iis/project.json b/src/dotnet-publish-iis/project.json index 8c70943541..b6b23ae111 100644 --- a/src/dotnet-publish-iis/project.json +++ b/src/dotnet-publish-iis/project.json @@ -10,7 +10,6 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/test/dotnet-publish-iis.Tests/project.json b/test/dotnet-publish-iis.Tests/project.json index 4a3f14c43f..1e7d9ed5e8 100644 --- a/test/dotnet-publish-iis.Tests/project.json +++ b/test/dotnet-publish-iis.Tests/project.json @@ -5,8 +5,11 @@ "Microsoft.NETCore.Platforms": "1.0.1-*" }, "frameworks": { - "dnxcore50": { - "imports": "portable-net451+win8", + "netstandardapp1.5": { + "imports": [ + "portable-net451+win8", + "dnxcore50" + ], "dependencies": { "dotnet-test-xunit": "1.0.0-dev-*" }