From 1d6cdb7a539beba38292069149560a2c852b6194 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 4 Oct 2016 16:50:09 -0700 Subject: [PATCH] Fix Microsoft.Extensions.Logging.AzureAppServices package reference --- .../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 b10f437881..6b36c59eac 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.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", - "Microsoft.Extensions.Logging.Azure.AppServicesDiagnostics": "1.0.0-*" + "Microsoft.Extensions.Logging.AzureAppServices": "1.0.0-*" }, "frameworks": { "net451": {