22 lines
870 B
XML
22 lines
870 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.Mvc.Formatters.Xml" />
|
|
|
|
<Reference Include="Microsoft.AspNetCore.Authentication" />
|
|
<Reference Include="Microsoft.AspNetCore.Localization.Routing" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
|
|
<Reference Include="Microsoft.AspNetCore.Session" />
|
|
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
|
|
<Reference Include="Microsoft.AspNetCore.Diagnostics" />
|
|
<Reference Include="Microsoft.AspNetCore.CookiePolicy" />
|
|
</ItemGroup>
|
|
</Project>
|