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-*" }