btcpayserver/BTCPayServer.Common/BTCPayServer.Common.csproj

13 lines
460 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2019-06-18 14:00:42 +09:00
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
<Import Project="../Build/Common.csproj" />
2019-05-24 18:42:22 +09:00
<ItemGroup>
2020-01-12 13:30:54 +09:00
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2020-08-19 15:31:49 +03:00
<PackageReference Include="NBXplorer.Client" Version="3.0.18" />
2019-05-24 18:42:22 +09:00
</ItemGroup>
<ItemGroup Condition="'$(Altcoins)' != 'true'">
<Compile Remove="Altcoins\**\*.cs"></Compile>
</ItemGroup>
2019-05-24 18:42:22 +09:00
</Project>