diff --git a/samples/LocalizationSample/Startup.cs b/samples/LocalizationSample/Startup.cs index bd43778727..237fc4b8a1 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_0 +#if !NETCOREAPP1_1 supportedCultures.Add(new CultureInfo("zh-CHT")); #endif var options = new RequestLocalizationOptions diff --git a/samples/LocalizationSample/project.json b/samples/LocalizationSample/project.json index 797984aa79..f1e9271fca 100644 --- a/samples/LocalizationSample/project.json +++ b/samples/LocalizationSample/project.json @@ -17,7 +17,7 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/LocalizationWebsite/project.json b/test/LocalizationWebsite/project.json index 2bc8e20dbd..b6fdf2cedc 100644 --- a/test/LocalizationWebsite/project.json +++ b/test/LocalizationWebsite/project.json @@ -15,7 +15,7 @@ "ResourcesClassLibraryWithAttribute": "1.0.0-*" }, "frameworks": { - "netcoreapp1.0": { + "netcoreapp1.1": { "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 3192de12e6..5448ac5203 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.0": { + "netcoreapp1.1": { "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 a8d6a420c7..b10fac06a4 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.0": { + "netcoreapp1.1": { "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 cce9169d66..d0dfffd52c 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.0": { + "netcoreapp1.1": { "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 86878ed95f..c61d87971a 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.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*",