From 8046dcc0f2052ba4f8ecf6fbd6a08858464252a8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 5 Dec 2016 09:02:51 -0800 Subject: [PATCH] Updating to 4.4 CoreFx packages --- global.json | 2 +- samples/IISSample/project.json | 2 +- src/Microsoft.AspNetCore.Server.IISIntegration/project.json | 4 ++-- .../project.json | 2 +- .../project.json | 2 +- test/TestSites.Standalone/project.json | 2 +- test/TestSites/project.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/global.json b/global.json index f45e8cc925..0ad1995dd2 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "src" ], "sdk": { - "version": "1.0.0-preview2-1-003177" + "version": "1.0.0-preview2-1-003180" } } \ No newline at end of file diff --git a/samples/IISSample/project.json b/samples/IISSample/project.json index cf7fb4383f..0b381b0ec9 100644 --- a/samples/IISSample/project.json +++ b/samples/IISSample/project.json @@ -13,7 +13,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json index 790039f160..9b2a01e3c4 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json @@ -34,13 +34,13 @@ "version": "1.2.0-*", "type": "build" }, - "NETStandard.Library": "1.6.1-*" + "NETStandard.Library": "1.6.2-*" }, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { - "System.Security.Principal.Windows": "4.3.0-*" + "System.Security.Principal.Windows": "4.4.0-*" } } } diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json index 88ed705c4c..bbaddd37fe 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json @@ -22,7 +22,7 @@ "Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Debug": "1.2.0-*", - "NETStandard.Library": "1.6.1-*", + "NETStandard.Library": "1.6.2-*", "xunit": "2.2.0-*" }, "frameworks": { diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json index 5f4b96a682..06f2ff1254 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json @@ -13,7 +13,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" } } diff --git a/test/TestSites.Standalone/project.json b/test/TestSites.Standalone/project.json index 3c472cae9c..f153b8e2c1 100644 --- a/test/TestSites.Standalone/project.json +++ b/test/TestSites.Standalone/project.json @@ -24,7 +24,7 @@ "frameworks": { "netcoreapp1.1": { "dependencies": { - "Microsoft.NETCore.App": "1.1.0-*" + "Microsoft.NETCore.App": "1.2.0-*" } } }, diff --git a/test/TestSites/project.json b/test/TestSites/project.json index 52ff9df325..1e836fdcad 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -22,7 +22,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" } }