16 lines
759 B
XML
16 lines
759 B
XML
<!-- This file is automatically generated. -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
<Compile Include="Microsoft.Extensions.Logging.AzureAppServices.netstandard2.0.cs" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.Json" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
|
|
<Reference Include="Microsoft.Extensions.Logging" />
|
|
<Reference Include="System.ValueTuple" />
|
|
</ItemGroup>
|
|
</Project>
|