Deprecate and replace IHostingEnvronment & IApplicationLifetime (#1100)

* Deprecate and replace IHostingEnvronment & IApplicationLifetime #966
* Fix startvs
* Fix ref generation for obosolete
This commit is contained in:
Chris Ross 2019-02-15 13:40:33 -08:00 committed by GitHub
parent 8dc935ceee
commit 75def8fa2b
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<Compile Include="Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs" />