From 631482a1e9dce0ff03df56aa22a2e90af8fce0e6 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 12 Oct 2016 13:44:47 -0700 Subject: [PATCH] Updating to netcoreapp1.1 --- sample/AzureAppServicesSample/project.json | 2 +- .../project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/AzureAppServicesSample/project.json b/sample/AzureAppServicesSample/project.json index 7d3f90c2e0..884e017b69 100644 --- a/sample/AzureAppServicesSample/project.json +++ b/sample/AzureAppServicesSample/project.json @@ -10,7 +10,7 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json index 60007595bb..222cd4d2c3 100644 --- a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json @@ -11,7 +11,7 @@ "Moq": "4.6.36-*" }, "frameworks": { - "netcoreapp1.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*",