Fix Microsoft.Extensions.Logging.AzureAppServices package reference

This commit is contained in:
Pavel Krymets 2016-10-04 16:50:09 -07:00
parent b099ca7eeb
commit 1d6cdb7a53
1 changed files with 1 additions and 1 deletions

View File

@ -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": {