From 344a2a5f9b3b6c39c34dc0155600d56488550d84 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 5 Dec 2016 09:01:34 -0800 Subject: [PATCH] Updating to 4.4 CoreFx packages --- global.json | 2 +- sample/AzureAppServicesSample/project.json | 2 +- .../project.json | 2 +- 3 files changed, 3 insertions(+), 3 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/sample/AzureAppServicesSample/project.json b/sample/AzureAppServicesSample/project.json index ab70d9bcc5..feaf5de88b 100644 --- a/sample/AzureAppServicesSample/project.json +++ b/sample/AzureAppServicesSample/project.json @@ -13,7 +13,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.2.0-*", "type": "platform" } }, diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json index 20fe10e6fb..6825b0594a 100644 --- a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json @@ -14,7 +14,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" } },