From ec47e0e72469644794b1189ba90994507d545aa5 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 12 Oct 2016 16:08:51 -0700 Subject: [PATCH] Revert "Updating to netcoreapp1.1" This reverts commit 9ab8c48f17d431eec7369ce2dc85e70656652f5c. --- samples/IISSample/project.json | 2 +- .../project.json | 2 +- test/TestSites.Portable/project.json | 2 +- test/TestSites/project.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/IISSample/project.json b/samples/IISSample/project.json index 13ab2806e8..154a537273 100644 --- a/samples/IISSample/project.json +++ b/samples/IISSample/project.json @@ -10,7 +10,7 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json index 16f062c0f3..324a2b2382 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json @@ -10,7 +10,7 @@ "xunit": "2.2.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/TestSites.Portable/project.json b/test/TestSites.Portable/project.json index a82d02deb0..158032f437 100644 --- a/test/TestSites.Portable/project.json +++ b/test/TestSites.Portable/project.json @@ -21,7 +21,7 @@ "xunit": "2.2.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 527fc45f3e..453999da7b 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -18,7 +18,7 @@ "xunit": "2.2.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": "1.1.0-*" }