From ee1d0dab11f6ae4919df05dc5092dc5bf78681f4 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 9 Nov 2016 14:19:36 -0800 Subject: [PATCH] Fixing versions --- .../project.json | 2 +- .../project.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json b/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json index 5cb3c6db77..44973b2ee3 100644 --- a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json +++ b/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json @@ -1,5 +1,5 @@ { - "version": "1.2.0-*", + "version": "1.1.0-*", "description": "ASP.NET Core integration with Azure AppServices.", "packOptions": { "repository": { diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json index bb8b887ec3..20fe10e6fb 100644 --- a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json +++ b/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/project.json @@ -5,7 +5,7 @@ }, "dependencies": { "dotnet-test-xunit": "2.2.0-*", - "Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*", + "Microsoft.AspNetCore.AzureAppServicesIntegration": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*", "xunit": "2.2.0-*", "Moq": "4.6.36-*" @@ -14,7 +14,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" } },