mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
a3cfb9e5e4
* Remove some useless #if ALTCOINS * Removal of the Altcoins build
14 lines
495 B
XML
14 lines
495 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
|
|
<Import Project="../Build/Common.csproj" />
|
|
|
|
<ItemGroup>
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="NBXplorer.Client" Version="4.3.1" />
|
|
<PackageReference Include="NicolasDorier.StandardConfiguration" Version="2.0.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Altcoins\" />
|
|
</ItemGroup>
|
|
</Project>
|