diff --git a/BTCPayServer.Common/BTCPayNetwork.cs b/BTCPayServer.Common/BTCPayNetwork.cs index dde08a9ae..4e4b2ef25 100644 --- a/BTCPayServer.Common/BTCPayNetwork.cs +++ b/BTCPayServer.Common/BTCPayNetwork.cs @@ -4,8 +4,6 @@ using System.Globalization; using System.IO; using System.Linq; using BTCPayServer.Common; -using Microsoft.AspNetCore.HttpOverrides; -using Microsoft.Extensions.DependencyInjection; using NBitcoin; using NBXplorer; using NBXplorer.Models; diff --git a/BTCPayServer.Common/BTCPayNetworkProvider.cs b/BTCPayServer.Common/BTCPayNetworkProvider.cs index c62317a9b..7a586d2ce 100644 --- a/BTCPayServer.Common/BTCPayNetworkProvider.cs +++ b/BTCPayServer.Common/BTCPayNetworkProvider.cs @@ -3,13 +3,9 @@ using System.Collections.Generic; using System.Linq; using BTCPayServer.Configuration; using BTCPayServer.Logging; -using Microsoft.AspNetCore.DataProtection.KeyManagement; -using Microsoft.AspNetCore.HttpOverrides; -using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using NBitcoin; using NBXplorer; -using StandardConfiguration; namespace BTCPayServer { diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index 3cdf1ac7a..9c85b2c72 100644 --- a/BTCPayServer.Common/BTCPayServer.Common.csproj +++ b/BTCPayServer.Common/BTCPayServer.Common.csproj @@ -1,9 +1,7 @@ - - diff --git a/BTCPayServer.Common/MultiProcessingQueue.cs b/BTCPayServer.Common/MultiProcessingQueue.cs index 93674eab8..481e252a8 100644 --- a/BTCPayServer.Common/MultiProcessingQueue.cs +++ b/BTCPayServer.Common/MultiProcessingQueue.cs @@ -1,7 +1,5 @@ -using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/SelectedChains.cs b/BTCPayServer.Common/SelectedChains.cs index d8d05a77f..c490e2d27 100644 --- a/BTCPayServer.Common/SelectedChains.cs +++ b/BTCPayServer.Common/SelectedChains.cs @@ -4,7 +4,6 @@ using System.Linq; using BTCPayServer.Logging; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; -using Newtonsoft.Json.Bson; namespace BTCPayServer {