From 291aa44877f833904f12da24691ed14b17ad8527 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 9 Nov 2016 21:40:34 -0800 Subject: [PATCH] Updating Microsoft.Extensions.Logging.AzureAppServices version --- .../project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json b/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json index 44973b2ee3..19d39eb967 100644 --- a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json +++ b/src/Microsoft.AspNetCore.AzureAppServicesIntegration/project.json @@ -15,7 +15,7 @@ "dependencies": { "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", - "Microsoft.Extensions.Logging.AzureAppServices": "1.0.0-*" + "Microsoft.Extensions.Logging.AzureAppServices": "1.1.0-*" }, "frameworks": { "net451": {