From 9bf00ffac2c6c691f984dacfdc19d687dfbe6680 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 12 Oct 2016 16:08:58 -0700 Subject: [PATCH] Revert "Updating to netcoreapp1.1" This reverts commit cc4fd635a63308a70232416740e1471cfbcce826. --- samples/LocalizationSample/Startup.cs | 2 +- samples/LocalizationSample/project.json | 2 +- test/LocalizationWebsite/project.json | 2 +- .../project.json | 2 +- .../project.json | 2 +- test/Microsoft.AspNetCore.Localization.Tests/project.json | 2 +- test/Microsoft.Extensions.Localization.Tests/project.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/LocalizationSample/Startup.cs b/samples/LocalizationSample/Startup.cs index 237fc4b8a1..bd43778727 100644 --- a/samples/LocalizationSample/Startup.cs +++ b/samples/LocalizationSample/Startup.cs @@ -34,7 +34,7 @@ namespace LocalizationSample new CultureInfo("zh"), new CultureInfo("zh-CN") }; -#if !NETCOREAPP1_1 +#if !NETCOREAPP1_0 supportedCultures.Add(new CultureInfo("zh-CHT")); #endif var options = new RequestLocalizationOptions diff --git a/samples/LocalizationSample/project.json b/samples/LocalizationSample/project.json index f1e9271fca..797984aa79 100644 --- a/samples/LocalizationSample/project.json +++ b/samples/LocalizationSample/project.json @@ -17,7 +17,7 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/LocalizationWebsite/project.json b/test/LocalizationWebsite/project.json index b6fdf2cedc..2bc8e20dbd 100644 --- a/test/LocalizationWebsite/project.json +++ b/test/LocalizationWebsite/project.json @@ -15,7 +15,7 @@ "ResourcesClassLibraryWithAttribute": "1.0.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json index 5448ac5203..3192de12e6 100644 --- a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json @@ -12,7 +12,7 @@ "xunit": "2.2.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.AspNetCore.Localization.Routing.Tests/project.json b/test/Microsoft.AspNetCore.Localization.Routing.Tests/project.json index b10fac06a4..a8d6a420c7 100644 --- a/test/Microsoft.AspNetCore.Localization.Routing.Tests/project.json +++ b/test/Microsoft.AspNetCore.Localization.Routing.Tests/project.json @@ -11,7 +11,7 @@ }, "testRunner": "xunit", "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", diff --git a/test/Microsoft.AspNetCore.Localization.Tests/project.json b/test/Microsoft.AspNetCore.Localization.Tests/project.json index d0dfffd52c..cce9169d66 100644 --- a/test/Microsoft.AspNetCore.Localization.Tests/project.json +++ b/test/Microsoft.AspNetCore.Localization.Tests/project.json @@ -10,7 +10,7 @@ }, "testRunner": "xunit", "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.Extensions.Localization.Tests/project.json b/test/Microsoft.Extensions.Localization.Tests/project.json index c61d87971a..86878ed95f 100644 --- a/test/Microsoft.Extensions.Localization.Tests/project.json +++ b/test/Microsoft.Extensions.Localization.Tests/project.json @@ -11,7 +11,7 @@ "xunit": "2.2.0-*" }, "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*",