fix build: Depend on the Hosting package instead of Hosting.Abstractions

This commit is contained in:
John Luo 2017-05-02 13:47:09 -07:00
parent 95eb1cdae7
commit fe455f33ab
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="$(AspNetCoreVersion)" />
</ItemGroup>