25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<Import Project="$(RepoRoot)src\Servers\IIS\build\testsite.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<InProcessTestSite>true</InProcessTestSite>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.ResponseCompression" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.HttpSys" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.IIS" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.IISIntegration" />
|
|
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
|
|
<Reference Include="Microsoft.AspNetCore.WebUtilities" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.CommandLine" />
|
|
<Reference Include="Microsoft.Extensions.Configuration.Json" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Console" />
|
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|