Deprecate and replace IHostingEnvronment & IApplicationLifetime (#1100)
* Deprecate and replace IHostingEnvronment & IApplicationLifetime #966 * Fix startvs * Fix ref generation for obosolete
This commit is contained in:
parent
8dc935ceee
commit
75def8fa2b
|
|
@ -2,7 +2,6 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
||||||
<Compile Include="Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs" />
|
<Compile Include="Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue