30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>Libuv.BindTests</AssemblyName>
|
|
<RootNamespace>Libuv.BindTests</RootNamespace>
|
|
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
<TestGroupName>Libuv.BindTests</TestGroupName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\Kestrel.Transport.BindTests\**\*.cs" />
|
|
<Compile Include="..\Kestrel.Transport.Libuv.FunctionalTests\TransportSelector.cs" />
|
|
<Compile Include="..\shared\*.cs" LinkBase="shared" />
|
|
<Compile Include="..\shared\TransportTestHelpers\*.cs" LinkBase="shared\TransportTestHelpers" />
|
|
<Content Include="..\shared\TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Kestrel\Kestrel.csproj" />
|
|
<ProjectReference Include="..\..\src\Kestrel.Transport.Libuv\Kestrel.Transport.Libuv.csproj" />
|
|
<ProjectReference Include="..\..\src\Kestrel.Https\Kestrel.Https.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="$(MicrosoftExtensionsLoggingTestingPackageVersion)" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|