16 lines
758 B
XML
16 lines
758 B
XML
<!-- This file is automatically generated. -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks>
|
|
<Nullable>annotations</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'">
|
|
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.netcoreapp.cs" />
|
|
<Compile Include="Microsoft.AspNetCore.Http.Abstractions.Manual.cs" />
|
|
<Compile Include="../src/Properties/AssemblyInfo.cs" />
|
|
<Reference Include="Microsoft.AspNetCore.Http.Features" />
|
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
|
<InternalsVisibleTo Include="Microsoft.AspNetCore.Http.Microbenchmarks" Key="" />
|
|
</ItemGroup>
|
|
</Project>
|