12 lines
492 B
XML
12 lines
492 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.Mvc.Components.Prerendering.netcoreapp3.0.cs" />
|
|
<Reference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" />
|
|
<Reference Include="Microsoft.AspNetCore.Components.Server" />
|
|
</ItemGroup>
|
|
</Project>
|