btcpayserver/BTCPayServer.Client/BTCPayServer.Client.csproj

14 lines
399 B
XML
Raw Normal View History

2020-03-30 00:28:22 +09:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-03-11 15:46:21 +01:00
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
2020-03-11 15:46:21 +01:00
<ItemGroup>
2020-06-26 16:29:40 +09:00
<PackageReference Include="NBitcoin" Version="5.0.43" />
<PackageReference Include="BTCPayServer.Lightning.Common" Version="1.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020-03-11 15:46:21 +01:00
</ItemGroup>
</Project>