16 lines
488 B
XML
16 lines
488 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>$(StandardTestWebsiteTfms)</TargetFrameworks>
|
|
<IsTestAssetProject>true</IsTestAssetProject>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.Mvc" />
|
|
|
|
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
|
|
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
|
|
</ItemGroup>
|
|
</Project>
|