From b58c8ef2f05d913bf64e46ec5006656a653f5465 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 7 Mar 2019 20:33:05 +0900 Subject: [PATCH] Bump libraries --- BTCPayServer/BTCPayServer.csproj | 6 +++--- BTCPayServer/ExplorerClientProvider.cs | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 93062c007..4dd9a1224 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -33,7 +33,7 @@ - + @@ -45,10 +45,10 @@ all runtime; build; native; contentfiles; analyzers - + - + diff --git a/BTCPayServer/ExplorerClientProvider.cs b/BTCPayServer/ExplorerClientProvider.cs index 6f19cf0da..b3888e30c 100644 --- a/BTCPayServer/ExplorerClientProvider.cs +++ b/BTCPayServer/ExplorerClientProvider.cs @@ -8,7 +8,6 @@ using BTCPayServer.Configuration; using BTCPayServer.Logging; using NBXplorer; using BTCPayServer.HostedServices; -using System.Net.Http; namespace BTCPayServer {