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