15 lines
608 B
XML
15 lines
608 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.Mvc.Abstractions.netcoreapp3.0.cs" />
|
|
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
|
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
|
<Reference Include="Microsoft.Extensions.HashCodeCombiner.Sources" />
|
|
</ItemGroup>
|
|
</Project>
|