btcpayserver/BTCPayServer.Tests/BTCPayServer.Tests.csproj

30 lines
804 B
XML
Raw Normal View History

2017-09-13 08:47:34 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2018-05-08 10:57:53 +02:00
<TargetFramework>netcoreapp2.1</TargetFramework>
2017-09-13 08:47:34 +02:00
<IsPackable>false</IsPackable>
2018-02-17 05:18:16 +01:00
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
2017-09-13 08:47:34 +02:00
</PropertyGroup>
<ItemGroup>
2018-04-06 19:23:12 +02:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
2017-11-05 00:02:00 +01:00
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
2017-09-13 08:47:34 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BTCPayServer\BTCPayServer.csproj" />
</ItemGroup>
<ItemGroup>
<None Update=".dockerignore">
<DependentUpon>Dockerfile</DependentUpon>
</None>
<None Update="docker-compose.yml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
2017-09-13 08:47:34 +02:00
</Project>