/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/test/FunctionalTests/ServerComparison.FunctionalTests.csproj
30 строк
1 KB
Doug Bunting
Improve project reference consistency (#37338)
14 окт 2021, 08:01
Не верифицирован
14 окт 2021, 08:01
c8a3c22
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. --> <BuildHelixPayload>false</BuildHelixPayload> <BaseOutputPath /> <OutputPath /> </PropertyGroup> <ItemGroup> <Content Include="*.config;*.conf" /> </ItemGroup> <ItemGroup> <ProjectReference Include="$(RepoRoot)src\Servers\IIS\IntegrationTesting.IIS\src\Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj" /> <ProjectReference Include="$(RepoRoot)src\Servers\testassets\ServerComparison.TestSites\ServerComparison.TestSites.csproj" Private="false" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> <Reference Include="Microsoft.Extensions.Logging" /> <Reference Include="Microsoft.Net.Http.Headers" /> <Reference Include="Serilog.Extensions.Logging" /> <Reference Include="Serilog.Sinks.File" /> </ItemGroup> </Project>