13 lines
482 B
XML
13 lines
482 B
XML
<!-- This file is automatically generated. -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
|
|
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
|
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
|
|
<Compile Include="Microsoft.AspNetCore.Diagnostics.Abstractions.netcoreapp3.0.cs" />
|
|
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
|
|
</ItemGroup>
|
|
</Project>
|