From 1f6926a46757e4f39142b10825c0810e9de7f128 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Tue, 16 Feb 2021 19:01:47 +0800 Subject: [PATCH] Tests.Unit: temporarily add BTCPayServer.Lightning DLLs BTCPayServer.Lightning does currently not support closing channels with LND. There is an open PR which implements this feature: https://github.com/btcpayserver/BTCPayServer.Lightning/pull/37 Until this PR is merged we use the compiled DLLs with this feature. Afterwards this commit can be dropped and the Nuget package versions can be updated to the latest version which has the PR merged. --- .../GWallet.Backend.Tests.Unit.fsproj | 14 +++++++------- src/GWallet.Backend.Tests.Unit/packages.config | 7 ------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/GWallet.Backend.Tests.Unit/GWallet.Backend.Tests.Unit.fsproj b/src/GWallet.Backend.Tests.Unit/GWallet.Backend.Tests.Unit.fsproj index cf19fc48e..02418ce36 100644 --- a/src/GWallet.Backend.Tests.Unit/GWallet.Backend.Tests.Unit.fsproj +++ b/src/GWallet.Backend.Tests.Unit/GWallet.Backend.Tests.Unit.fsproj @@ -131,25 +131,25 @@ ..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.2\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll - ..\..\packages\BTCPayServer.Lightning.All.1.1.13\lib\netstandard2.0\BTCPayServer.Lightning.All.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.All.dll - ..\..\packages\BTCPayServer.Lightning.Common.1.1.0.22\lib\netstandard2.0\BTCPayServer.Lightning.Common.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Common.dll - ..\..\packages\BTCPayServer.Lightning.LND.1.1.0.29\lib\netstandard2.0\BTCPayServer.Lightning.LND.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.LND.dll - ..\..\packages\BTCPayServer.Lightning.Charge.1.1.0.22\lib\netstandard2.0\BTCPayServer.Lightning.Charge.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Charge.dll - ..\..\packages\BTCPayServer.Lightning.CLightning.1.1.7\lib\netstandard2.0\BTCPayServer.Lightning.CLightning.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.CLightning.dll - ..\..\packages\BTCPayServer.Lightning.Eclair.1.1.0.10\lib\netstandard2.0\BTCPayServer.Lightning.Eclair.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Eclair.dll - ..\..\packages\BTCPayServer.Lightning.Ptarmigan.1.0.0.8\lib\netstandard2.0\BTCPayServer.Lightning.Ptarmigan.dll + ..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Ptarmigan.dll ..\..\packages\DotNetLightning.Kiss.1.1.2-date20200902-1110-git-a4a59d0\lib\netstandard2.0\DotNetLightning.Core.dll diff --git a/src/GWallet.Backend.Tests.Unit/packages.config b/src/GWallet.Backend.Tests.Unit/packages.config index 343d00061..aa8b32800 100644 --- a/src/GWallet.Backend.Tests.Unit/packages.config +++ b/src/GWallet.Backend.Tests.Unit/packages.config @@ -1,12 +1,5 @@  - - - - - - -