17 lines
589 B
XML
17 lines
589 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
|
|
<IsTestAssetProject>true</IsTestAssetProject>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Mvc.Core.TestCommon\Microsoft.AspNetCore.Mvc.Core.TestCommon.csproj" />
|
|
<Reference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" />
|
|
<Reference Include="Microsoft.AspNetCore.Razor.Runtime" />
|
|
<Reference Include="Microsoft.AspNetCore.Razor.Language" />
|
|
<Reference Include="Microsoft.Extensions.WebEncoders" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|