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