From a14855517bb440936629033c864156c4f15029e2 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 15:44:00 +0200 Subject: [PATCH 01/14] BenchmarkDotNet@0.13.12 Microsoft.SourceLink.GitHub@1.1.1 AspNetCore.Http.Extensions@2.0.0 CSharpFunctionalExtensions@2.41.0 --- src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj | 2 +- .../Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj | 4 ++++ .../Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj | 4 ++++ .../Blockcore.IntegrationTests.csproj | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj index 74c0c9a14..f40fd0978 100644 --- a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj +++ b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj b/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj index c17d7a117..30f0ec9b8 100644 --- a/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj +++ b/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj @@ -31,4 +31,8 @@ + + + + diff --git a/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj b/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj index cac3492aa..c69332cca 100644 --- a/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj +++ b/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj @@ -31,4 +31,8 @@ + + + + \ No newline at end of file diff --git a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj index 045c3ebf6..1e9aeb5e9 100644 --- a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj +++ b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj @@ -22,8 +22,8 @@ - - + + From 0028b6f791624d6a042f4a5c598701379a772add Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 15:50:57 +0200 Subject: [PATCH 02/14] Newtonsoft.Json@13.0.3 Swashbuckle.AspNetCore@6.5.0 Microsoft.AspNetCore.Mvc.NewtonsoftJson@8.0.2 --- src/Blockcore/Blockcore.csproj | 2 +- .../Blockcore.Features.Dns/Blockcore.Features.Dns.csproj | 2 +- .../Blockcore.Features.NodeHost.csproj | 6 +++--- .../Blockcore.Features.RPC/Blockcore.Features.RPC.csproj | 2 +- .../Blockcore.Features.Dns.Tests.csproj | 2 +- .../Blockcore.Features.PoA.Tests.csproj | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index 1fd4bc49c..0ee761dc8 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj b/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj index 0a9d598da..4ef8b9fd9 100644 --- a/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj +++ b/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj index 11d5487bc..47e479b5a 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -17,10 +17,10 @@ - + - - + + diff --git a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj index 20f125270..cb5cd76a4 100644 --- a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj +++ b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj @@ -8,7 +8,7 @@ true - + all diff --git a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj index 9afddbc46..9003bbb28 100644 --- a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj +++ b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj index bff7d2dc1..aeac1f9b3 100644 --- a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj +++ b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj @@ -11,7 +11,7 @@ all runtime; build; native; contentfiles; analyzers - + From a3f4735dcae6f4f972ffd12c364ae48ae48aed5e Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:04:11 +0200 Subject: [PATCH 03/14] Microsoft.SourceLink.GitHub@8.0.0 Swashbuckle.AspNetCore.Newtonsoft@6.5.0 Microsoft.Data.Sqlite@8.0.2 --- src/Blockcore/Blockcore.csproj | 2 +- src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj | 2 +- .../Blockcore.Features.BlockStore.csproj | 2 +- .../Blockcore.Features.ColdStaking.csproj | 2 +- .../Blockcore.Features.Consensus.csproj | 2 +- .../Blockcore.Features.Diagnostic.csproj | 2 +- .../Blockcore.Features.Dns/Blockcore.Features.Dns.csproj | 2 +- .../Blockcore.Features.MemoryPool.csproj | 2 +- .../Blockcore.Features.Miner/Blockcore.Features.Miner.csproj | 2 +- .../Blockcore.Features.NodeHost.csproj | 4 ++-- .../Blockcore.Features.Notifications.csproj | 2 +- .../Blockcore.Features.PoA/Blockcore.Features.PoA.csproj | 2 +- .../Blockcore.Features.RPC/Blockcore.Features.RPC.csproj | 2 +- .../Blockcore.Features.Wallet.csproj | 4 ++-- .../Blockcore.Features.WalletWatchOnly.csproj | 2 +- .../Blockcore.Features.Base.Persistence.LevelDb.csproj | 2 +- .../Blockcore.Features.Base.Persistence.RocksDb.csproj | 2 +- .../Blockcore.Features.BlockStore.Persistence.LevelDb.csproj | 2 +- .../Blockcore.Features.BlockStore.Persistence.RocksDb.csproj | 2 +- .../Blockcore.Features.Consensus.Persistence.LevelDb.csproj | 2 +- .../Blockcore.Features.Consensus.Persistence.RocksDb.csproj | 2 +- .../Blockcore.Features.Persistence.LevelDb.CorePackage.csproj | 2 +- .../Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj | 2 +- .../Blockcore.Persistence.LevelDb.csproj | 2 +- .../Blockcore.Persistence.RocksDb.csproj | 2 +- src/Networks/Bitcoin.Cli/Bitcoin.Cli.csproj | 2 +- .../Blockcore.Networks.Cybits.csproj | 2 +- .../Blockcore.Networks.BCP/Blockcore.Networks.BCP.csproj | 2 +- .../Blockcore.Networks.Bitcoin.csproj | 2 +- .../Blockcore.Networks.City/Blockcore.Networks.City.csproj | 2 +- .../Blockcore.Networks.HomeCoin.csproj | 2 +- .../Blockcore.Networks.Impleum.csproj | 2 +- .../Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj | 2 +- .../Blockcore.Networks.OpenExo.csproj | 2 +- .../Blockcore.Networks.RoyalSportsCity.csproj | 2 +- .../Blockcore.Networks.Rutanio.csproj | 2 +- .../Blockcore.Networks.SERF/Blockcore.Networks.SERF.csproj | 2 +- .../Blockcore.Networks.SeniorBlockCoin.csproj | 2 +- .../Blockcore.Networks.Stratis.csproj | 2 +- .../Blockcore.Networks.Strax/Blockcore.Networks.Strax.csproj | 2 +- .../Blockcore.Networks.X1/Blockcore.Networks.X1.csproj | 2 +- .../Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj | 2 +- .../Blockcore.Networks.Xds/Blockcore.Networks.Xds.csproj | 2 +- .../Blockcore.Networks.x42/Blockcore.Networks.x42.csproj | 2 +- src/Node/Blockcore.Node/Blockcore.Node.csproj | 2 +- .../Blockcore.Features.BlockStore.Tests.csproj | 2 +- .../Blockcore.Features.ColdStaking.Tests.csproj | 2 +- .../Blockcore.Features.Consensus.Tests.csproj | 2 +- .../Blockcore.Features.Dns.Tests.csproj | 2 +- .../Blockcore.Features.MemoryPool.Tests.csproj | 2 +- .../Blockcore.Features.Miner.Tests.csproj | 2 +- .../Blockcore.Features.NodeHost.Tests.csproj | 2 +- .../Blockcore.Features.Notifications.Tests.csproj | 2 +- .../Blockcore.Features.PoA.Tests.csproj | 2 +- .../Blockcore.Features.RPC.Tests.csproj | 2 +- .../Blockcore.Features.Wallet.Tests.csproj | 2 +- .../Blockcore.Features.WalletWatchOnly.Tests.csproj | 2 +- .../Blockcore.IntegrationTests.Common.csproj | 2 +- .../Blockcore.IntegrationTests.csproj | 2 +- .../Blockcore.Tests.Common/Blockcore.Tests.Common.csproj | 2 +- .../Blockcore.Tests.Wallet.Common.csproj | 2 +- src/Tests/Blockcore.Tests/Blockcore.Tests.csproj | 2 +- 62 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index 0ee761dc8..8f651c98c 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -53,7 +53,7 @@ - + diff --git a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj index f40fd0978..ab57f4423 100644 --- a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj +++ b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj b/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj index f80e8a0c9..f1c09f0cf 100644 --- a/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj +++ b/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj @@ -18,7 +18,7 @@ - + 1701;1702;1705;IDE0008; diff --git a/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj index 29f99559f..771337c25 100644 --- a/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj +++ b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/src/Features/Blockcore.Features.Consensus/Blockcore.Features.Consensus.csproj b/src/Features/Blockcore.Features.Consensus/Blockcore.Features.Consensus.csproj index 0fbf17908..a39491912 100644 --- a/src/Features/Blockcore.Features.Consensus/Blockcore.Features.Consensus.csproj +++ b/src/Features/Blockcore.Features.Consensus/Blockcore.Features.Consensus.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/Features/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj b/src/Features/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj index 269bd0355..66eec7a48 100644 --- a/src/Features/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj +++ b/src/Features/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj @@ -10,6 +10,6 @@ - + \ No newline at end of file diff --git a/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj b/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj index 4ef8b9fd9..dc5a2b56b 100644 --- a/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj +++ b/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Features/Blockcore.Features.MemoryPool/Blockcore.Features.MemoryPool.csproj b/src/Features/Blockcore.Features.MemoryPool/Blockcore.Features.MemoryPool.csproj index 8151918a6..f32c536a6 100644 --- a/src/Features/Blockcore.Features.MemoryPool/Blockcore.Features.MemoryPool.csproj +++ b/src/Features/Blockcore.Features.MemoryPool/Blockcore.Features.MemoryPool.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj index 195bc87e5..334322677 100644 --- a/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj +++ b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj @@ -29,6 +29,6 @@ - + \ No newline at end of file diff --git a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj index 47e479b5a..65ea472a9 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -21,7 +21,7 @@ - + all @@ -34,6 +34,6 @@ - + \ No newline at end of file diff --git a/src/Features/Blockcore.Features.Notifications/Blockcore.Features.Notifications.csproj b/src/Features/Blockcore.Features.Notifications/Blockcore.Features.Notifications.csproj index 2333c7fe0..85638dbc8 100644 --- a/src/Features/Blockcore.Features.Notifications/Blockcore.Features.Notifications.csproj +++ b/src/Features/Blockcore.Features.Notifications/Blockcore.Features.Notifications.csproj @@ -11,7 +11,7 @@ - + 1701;1702;1705;IDE0008; diff --git a/src/Features/Blockcore.Features.PoA/Blockcore.Features.PoA.csproj b/src/Features/Blockcore.Features.PoA/Blockcore.Features.PoA.csproj index c852d3a4b..9193232e5 100644 --- a/src/Features/Blockcore.Features.PoA/Blockcore.Features.PoA.csproj +++ b/src/Features/Blockcore.Features.PoA/Blockcore.Features.PoA.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj index cb5cd76a4..85cedf283 100644 --- a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj +++ b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj @@ -22,7 +22,7 @@ - + 1701;1702;1705;IDE0008; diff --git a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj index 509c6bc4c..cfb0d050f 100644 --- a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj +++ b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj @@ -15,7 +15,7 @@ --> - + all @@ -31,7 +31,7 @@ - + 1701;1702;1705;IDE0008; diff --git a/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj b/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj index 205d13795..0a6f709cf 100644 --- a/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj +++ b/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj @@ -17,7 +17,7 @@ - + 1701;1702;1705;IDE0008; diff --git a/src/Features/Persistence/Blockcore.Features.Base.Persistence.LevelDb/Blockcore.Features.Base.Persistence.LevelDb.csproj b/src/Features/Persistence/Blockcore.Features.Base.Persistence.LevelDb/Blockcore.Features.Base.Persistence.LevelDb.csproj index bb4889d47..cb4658e42 100644 --- a/src/Features/Persistence/Blockcore.Features.Base.Persistence.LevelDb/Blockcore.Features.Base.Persistence.LevelDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.Base.Persistence.LevelDb/Blockcore.Features.Base.Persistence.LevelDb.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj b/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj index 251d3e2b7..eacefbba7 100644 --- a/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj index 8a2fb39c0..ccda6a429 100644 --- a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj @@ -24,6 +24,6 @@ - + \ No newline at end of file diff --git a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj index d25134ff0..aaa0f2acd 100644 --- a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj @@ -24,6 +24,6 @@ - + \ No newline at end of file diff --git a/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.LevelDb/Blockcore.Features.Consensus.Persistence.LevelDb.csproj b/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.LevelDb/Blockcore.Features.Consensus.Persistence.LevelDb.csproj index bd9d75f59..a19e4d52e 100644 --- a/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.LevelDb/Blockcore.Features.Consensus.Persistence.LevelDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.LevelDb/Blockcore.Features.Consensus.Persistence.LevelDb.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.RocksDb/Blockcore.Features.Consensus.Persistence.RocksDb.csproj b/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.RocksDb/Blockcore.Features.Consensus.Persistence.RocksDb.csproj index 13586c4df..a90d6fd0b 100644 --- a/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.RocksDb/Blockcore.Features.Consensus.Persistence.RocksDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.Consensus.Persistence.RocksDb/Blockcore.Features.Consensus.Persistence.RocksDb.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj b/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj index 7a94ac08b..0ee6a5fe6 100644 --- a/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj +++ b/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj @@ -24,6 +24,6 @@ - + \ No newline at end of file diff --git a/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj b/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj index 3183f88f0..184555a7c 100644 --- a/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj +++ b/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj @@ -24,6 +24,6 @@ - + \ No newline at end of file diff --git a/src/Features/Persistence/Blockcore.Persistence.LevelDb/Blockcore.Persistence.LevelDb.csproj b/src/Features/Persistence/Blockcore.Persistence.LevelDb/Blockcore.Persistence.LevelDb.csproj index bf4532186..3f47a4283 100644 --- a/src/Features/Persistence/Blockcore.Persistence.LevelDb/Blockcore.Persistence.LevelDb.csproj +++ b/src/Features/Persistence/Blockcore.Persistence.LevelDb/Blockcore.Persistence.LevelDb.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Features/Persistence/Blockcore.Persistence.RocksDb/Blockcore.Persistence.RocksDb.csproj b/src/Features/Persistence/Blockcore.Persistence.RocksDb/Blockcore.Persistence.RocksDb.csproj index 2edd76415..5cc3cad51 100644 --- a/src/Features/Persistence/Blockcore.Persistence.RocksDb/Blockcore.Persistence.RocksDb.csproj +++ b/src/Features/Persistence/Blockcore.Persistence.RocksDb/Blockcore.Persistence.RocksDb.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Networks/Bitcoin.Cli/Bitcoin.Cli.csproj b/src/Networks/Bitcoin.Cli/Bitcoin.Cli.csproj index f50433898..d47b5f27e 100644 --- a/src/Networks/Bitcoin.Cli/Bitcoin.Cli.csproj +++ b/src/Networks/Bitcoin.Cli/Bitcoin.Cli.csproj @@ -17,6 +17,6 @@ - + \ No newline at end of file diff --git a/src/Networks/BlockCore.Networks.Cybits/Blockcore.Networks.Cybits.csproj b/src/Networks/BlockCore.Networks.Cybits/Blockcore.Networks.Cybits.csproj index a7081597f..246d44682 100644 --- a/src/Networks/BlockCore.Networks.Cybits/Blockcore.Networks.Cybits.csproj +++ b/src/Networks/BlockCore.Networks.Cybits/Blockcore.Networks.Cybits.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/Networks/Blockcore.Networks.BCP/Blockcore.Networks.BCP.csproj b/src/Networks/Blockcore.Networks.BCP/Blockcore.Networks.BCP.csproj index eef0ccc2c..cfe8c4c5d 100644 --- a/src/Networks/Blockcore.Networks.BCP/Blockcore.Networks.BCP.csproj +++ b/src/Networks/Blockcore.Networks.BCP/Blockcore.Networks.BCP.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Bitcoin/Blockcore.Networks.Bitcoin.csproj b/src/Networks/Blockcore.Networks.Bitcoin/Blockcore.Networks.Bitcoin.csproj index 4aacba86c..bed4d0a59 100644 --- a/src/Networks/Blockcore.Networks.Bitcoin/Blockcore.Networks.Bitcoin.csproj +++ b/src/Networks/Blockcore.Networks.Bitcoin/Blockcore.Networks.Bitcoin.csproj @@ -31,6 +31,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.City/Blockcore.Networks.City.csproj b/src/Networks/Blockcore.Networks.City/Blockcore.Networks.City.csproj index 6933d4f69..0ad08fa99 100644 --- a/src/Networks/Blockcore.Networks.City/Blockcore.Networks.City.csproj +++ b/src/Networks/Blockcore.Networks.City/Blockcore.Networks.City.csproj @@ -32,6 +32,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj b/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj index b93c2bd37..9deb0b99d 100644 --- a/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj +++ b/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj @@ -36,6 +36,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Impleum/Blockcore.Networks.Impleum.csproj b/src/Networks/Blockcore.Networks.Impleum/Blockcore.Networks.Impleum.csproj index d1604d964..388ba236f 100644 --- a/src/Networks/Blockcore.Networks.Impleum/Blockcore.Networks.Impleum.csproj +++ b/src/Networks/Blockcore.Networks.Impleum/Blockcore.Networks.Impleum.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj b/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj index 30f0ec9b8..d96055b79 100644 --- a/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj +++ b/src/Networks/Blockcore.Networks.Molie/Blockcore.Networks.Molie.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/Networks/Blockcore.Networks.OpenExo/Blockcore.Networks.OpenExo.csproj b/src/Networks/Blockcore.Networks.OpenExo/Blockcore.Networks.OpenExo.csproj index bbb1973c3..79ab109ea 100644 --- a/src/Networks/Blockcore.Networks.OpenExo/Blockcore.Networks.OpenExo.csproj +++ b/src/Networks/Blockcore.Networks.OpenExo/Blockcore.Networks.OpenExo.csproj @@ -31,7 +31,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.RoyalSportsCity/Blockcore.Networks.RoyalSportsCity.csproj b/src/Networks/Blockcore.Networks.RoyalSportsCity/Blockcore.Networks.RoyalSportsCity.csproj index caadb9832..911947240 100644 --- a/src/Networks/Blockcore.Networks.RoyalSportsCity/Blockcore.Networks.RoyalSportsCity.csproj +++ b/src/Networks/Blockcore.Networks.RoyalSportsCity/Blockcore.Networks.RoyalSportsCity.csproj @@ -31,7 +31,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Rutanio/Blockcore.Networks.Rutanio.csproj b/src/Networks/Blockcore.Networks.Rutanio/Blockcore.Networks.Rutanio.csproj index 70bfa987d..c711fa916 100644 --- a/src/Networks/Blockcore.Networks.Rutanio/Blockcore.Networks.Rutanio.csproj +++ b/src/Networks/Blockcore.Networks.Rutanio/Blockcore.Networks.Rutanio.csproj @@ -31,7 +31,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.SERF/Blockcore.Networks.SERF.csproj b/src/Networks/Blockcore.Networks.SERF/Blockcore.Networks.SERF.csproj index e70eb8cfc..4f531c51c 100644 --- a/src/Networks/Blockcore.Networks.SERF/Blockcore.Networks.SERF.csproj +++ b/src/Networks/Blockcore.Networks.SERF/Blockcore.Networks.SERF.csproj @@ -31,7 +31,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.SeniorBlockCoin/Blockcore.Networks.SeniorBlockCoin.csproj b/src/Networks/Blockcore.Networks.SeniorBlockCoin/Blockcore.Networks.SeniorBlockCoin.csproj index d14fc7465..ce192d32a 100644 --- a/src/Networks/Blockcore.Networks.SeniorBlockCoin/Blockcore.Networks.SeniorBlockCoin.csproj +++ b/src/Networks/Blockcore.Networks.SeniorBlockCoin/Blockcore.Networks.SeniorBlockCoin.csproj @@ -31,7 +31,7 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Stratis/Blockcore.Networks.Stratis.csproj b/src/Networks/Blockcore.Networks.Stratis/Blockcore.Networks.Stratis.csproj index d51133dea..52c2f16cc 100644 --- a/src/Networks/Blockcore.Networks.Stratis/Blockcore.Networks.Stratis.csproj +++ b/src/Networks/Blockcore.Networks.Stratis/Blockcore.Networks.Stratis.csproj @@ -29,6 +29,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Strax/Blockcore.Networks.Strax.csproj b/src/Networks/Blockcore.Networks.Strax/Blockcore.Networks.Strax.csproj index cf35e7a4f..9b6518320 100644 --- a/src/Networks/Blockcore.Networks.Strax/Blockcore.Networks.Strax.csproj +++ b/src/Networks/Blockcore.Networks.Strax/Blockcore.Networks.Strax.csproj @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj b/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj index 8bb1a1df8..1b12c96d4 100644 --- a/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj +++ b/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj @@ -46,6 +46,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj b/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj index c69332cca..df91c09aa 100644 --- a/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj +++ b/src/Networks/Blockcore.Networks.XRC/Blockcore.Networks.XRC.csproj @@ -33,6 +33,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.Xds/Blockcore.Networks.Xds.csproj b/src/Networks/Blockcore.Networks.Xds/Blockcore.Networks.Xds.csproj index 9f2c7fc05..2a969d776 100644 --- a/src/Networks/Blockcore.Networks.Xds/Blockcore.Networks.Xds.csproj +++ b/src/Networks/Blockcore.Networks.Xds/Blockcore.Networks.Xds.csproj @@ -29,6 +29,6 @@ - + \ No newline at end of file diff --git a/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj b/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj index 7ffed7844..102a69cdc 100644 --- a/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj +++ b/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj @@ -32,6 +32,6 @@ - + \ No newline at end of file diff --git a/src/Node/Blockcore.Node/Blockcore.Node.csproj b/src/Node/Blockcore.Node/Blockcore.Node.csproj index 0268c0950..4fc9fa7e1 100644 --- a/src/Node/Blockcore.Node/Blockcore.Node.csproj +++ b/src/Node/Blockcore.Node/Blockcore.Node.csproj @@ -52,6 +52,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj index bbc878368..e7108dd80 100644 --- a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj +++ b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj @@ -48,6 +48,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj index 6bddbf3a6..8553971cb 100644 --- a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj +++ b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj @@ -45,6 +45,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj index 8b5804856..df62bc19f 100644 --- a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj +++ b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj @@ -44,6 +44,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj index 9003bbb28..c36fe74f0 100644 --- a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj +++ b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj @@ -42,6 +42,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj index 8d9569066..ddb6a0192 100644 --- a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj +++ b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj @@ -47,6 +47,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj index 0bda35f08..d6defd68b 100644 --- a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj +++ b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj @@ -34,6 +34,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj index a338b40bc..610814a34 100644 --- a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj +++ b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj @@ -35,6 +35,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj index 0b6523d63..fbd9f446f 100644 --- a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj +++ b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj @@ -42,7 +42,7 @@ - + diff --git a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj index aeac1f9b3..acf25d9cc 100644 --- a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj +++ b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj @@ -26,6 +26,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj index 8e6ecbc89..f56e101ad 100644 --- a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj +++ b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj @@ -44,6 +44,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj index 52df95844..694750d4f 100644 --- a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj +++ b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj @@ -45,6 +45,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj index d42553c28..b5cbd9f9f 100644 --- a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj +++ b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj @@ -42,7 +42,7 @@ - + diff --git a/src/Tests/Blockcore.IntegrationTests.Common/Blockcore.IntegrationTests.Common.csproj b/src/Tests/Blockcore.IntegrationTests.Common/Blockcore.IntegrationTests.Common.csproj index d1f0448a5..d6166e5f8 100644 --- a/src/Tests/Blockcore.IntegrationTests.Common/Blockcore.IntegrationTests.Common.csproj +++ b/src/Tests/Blockcore.IntegrationTests.Common/Blockcore.IntegrationTests.Common.csproj @@ -91,7 +91,7 @@ - + diff --git a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj index 1e9aeb5e9..446365fa3 100644 --- a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj +++ b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj @@ -91,6 +91,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj index be99a5a84..ee5251709 100644 --- a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj +++ b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj @@ -29,7 +29,7 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Tests.Wallet.Common/Blockcore.Tests.Wallet.Common.csproj b/src/Tests/Blockcore.Tests.Wallet.Common/Blockcore.Tests.Wallet.Common.csproj index 97a697c85..d25db3386 100644 --- a/src/Tests/Blockcore.Tests.Wallet.Common/Blockcore.Tests.Wallet.Common.csproj +++ b/src/Tests/Blockcore.Tests.Wallet.Common/Blockcore.Tests.Wallet.Common.csproj @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj index a8c283e55..36fc602ef 100644 --- a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj +++ b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj @@ -241,6 +241,6 @@ - + \ No newline at end of file From 2eef67d897595de071735574dd6d889ccb36f43e Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:07:55 +0200 Subject: [PATCH 04/14] Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers@0.4.421302 --- .../Blockcore.Features.BlockStore.csproj | 2 +- .../Blockcore.Features.ColdStaking.csproj | 2 +- .../Blockcore.Features.Miner/Blockcore.Features.Miner.csproj | 2 +- .../Blockcore.Features.NodeHost.csproj | 2 +- .../Blockcore.Features.RPC/Blockcore.Features.RPC.csproj | 2 +- .../Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj | 2 +- .../Blockcore.Features.WalletWatchOnly.csproj | 2 +- .../Blockcore.Features.BlockStore.Persistence.LevelDb.csproj | 2 +- .../Blockcore.Features.BlockStore.Persistence.RocksDb.csproj | 2 +- .../Blockcore.Features.Persistence.LevelDb.CorePackage.csproj | 2 +- .../Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj | 2 +- .../Blockcore.Networks.HomeCoin.csproj | 2 +- src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj | 2 +- .../Blockcore.Networks.x42/Blockcore.Networks.x42.csproj | 2 +- src/Node/Blockcore.Node/Blockcore.Node.csproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj b/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj index f1c09f0cf..5e1363434 100644 --- a/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj +++ b/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj @@ -9,7 +9,7 @@ true - + all diff --git a/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj index 771337c25..43b879845 100644 --- a/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj +++ b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj @@ -14,7 +14,7 @@ - + all diff --git a/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj index 334322677..39ee2deb4 100644 --- a/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj +++ b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj @@ -24,7 +24,7 @@ - + all diff --git a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj index 65ea472a9..86f51ec32 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -23,7 +23,7 @@ - + all diff --git a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj index 85cedf283..6216f1d2f 100644 --- a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj +++ b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj @@ -10,7 +10,7 @@ - + all diff --git a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj index cfb0d050f..9d7a613ba 100644 --- a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj +++ b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj @@ -16,7 +16,7 @@ - + all diff --git a/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj b/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj index 0a6f709cf..bb5c4aafc 100644 --- a/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj +++ b/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj @@ -7,7 +7,7 @@ False - + all diff --git a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj index ccda6a429..72e5750eb 100644 --- a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.LevelDb/Blockcore.Features.BlockStore.Persistence.LevelDb.csproj @@ -19,7 +19,7 @@ - + all diff --git a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj index aaa0f2acd..ebc862729 100644 --- a/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj +++ b/src/Features/Persistence/Blockcore.Features.BlockStore.Persistence.RocksDb/Blockcore.Features.BlockStore.Persistence.RocksDb.csproj @@ -19,7 +19,7 @@ - + all diff --git a/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj b/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj index 0ee6a5fe6..b9642d5fe 100644 --- a/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj +++ b/src/Features/Persistence/Blockcore.Features.Persistence.LevelDb.CorePackage/Blockcore.Features.Persistence.LevelDb.CorePackage.csproj @@ -19,7 +19,7 @@ - + all diff --git a/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj b/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj index 184555a7c..8fe1aa81c 100644 --- a/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj +++ b/src/Features/Persistence/Blockcore.Features.Persistence.Rocksdb.CorePackage/Blockcore.Features.Persistence.Rocksdb.CorePackage.csproj @@ -19,7 +19,7 @@ - + all diff --git a/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj b/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj index 9deb0b99d..c62d8e063 100644 --- a/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj +++ b/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj @@ -31,7 +31,7 @@ - + all diff --git a/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj b/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj index 1b12c96d4..bddc9d623 100644 --- a/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj +++ b/src/Networks/Blockcore.Networks.X1/Blockcore.Networks.X1.csproj @@ -23,7 +23,7 @@ - + all diff --git a/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj b/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj index 102a69cdc..8bd81441e 100644 --- a/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj +++ b/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj @@ -27,7 +27,7 @@ - + all diff --git a/src/Node/Blockcore.Node/Blockcore.Node.csproj b/src/Node/Blockcore.Node/Blockcore.Node.csproj index 4fc9fa7e1..cca6a8b51 100644 --- a/src/Node/Blockcore.Node/Blockcore.Node.csproj +++ b/src/Node/Blockcore.Node/Blockcore.Node.csproj @@ -47,7 +47,7 @@ - + all From 42da7c1b78cb7329c0813667bf5d7315c76232f7 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:11:36 +0200 Subject: [PATCH 05/14] Microsoft.Extensions.FileProviders.Embedded@8.0.2 --- .../Blockcore.Features.NodeHost.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj index 86f51ec32..ffd4bb9dc 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -16,7 +16,7 @@ - + From 456e56d8ea4e50fba9d71ce46433c483e6f58a8c Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:13:38 +0200 Subject: [PATCH 06/14] Dapper@2.1.28 --- .../Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj index 9d7a613ba..6d2536e22 100644 --- a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj +++ b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj @@ -14,7 +14,7 @@ --> - + all From fb42011edc58a82d5ada173dd4983a2c506739e0 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:15:30 +0200 Subject: [PATCH 07/14] Polly@8.3.0 --- src/Blockcore/Blockcore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index 8f651c98c..0604f1c12 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 8c675cafb60e8e06b6fb52efb621213cb40b0126 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 16:17:25 +0200 Subject: [PATCH 08/14] Microsoft.Extensions.Logging.Console@8.0.0 --- src/Blockcore/Blockcore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index 0604f1c12..f976a8f1c 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -25,7 +25,7 @@ - + From 412ed1f85299d97d93b043fc78289c23db61b528 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 19:53:43 +0200 Subject: [PATCH 09/14] Asp.Versioning.Mvc@8.0.0 --- .../Api/Controllers/BlockStoreController.cs | 1 + .../Api/Controllers/ColdStakingController.cs | 1 + .../Api/Controllers/ColdStakingWalletRPCController.cs | 3 ++- .../Blockcore.Features.Consensus/ConsensusController.cs | 1 + .../Controllers/DiagnosticController.cs | 1 + .../Blockcore.Features.MemoryPool/MempoolController.cs | 1 + .../Api/Controllers/MiningController.cs | 1 + .../Api/Controllers/StakingController.cs | 1 + .../Blockcore.Features.NodeHost.csproj | 2 +- .../Controller/ConnectionManagerController.cs | 1 + .../Controller/DashboardController.cs | 3 ++- .../Controller/NetworkController.cs | 1 + .../Blockcore.Features.NodeHost/Controller/NodeController.cs | 1 + .../Controllers/NotificationsController.cs | 1 + .../Blockcore.Features.PoA/Voting/DefaultVotingController.cs | 1 + .../Voting/FederationVotingController.cs | 1 + .../Blockcore.Features.RPC/Controllers/FullNodeController.cs | 1 + .../Blockcore.Features.RPC/Controllers/RPCController.cs | 1 + src/Features/Blockcore.Features.RPC/Startup.cs | 1 + .../Api/Controllers/AddressBookController.cs | 1 + .../Api/Controllers/WalletController.cs | 1 + .../API/Controllers/WatchOnlyWalletController.cs | 1 + src/Node/Blockcore.Node/Blockcore.Node.csproj | 5 ----- 23 files changed, 24 insertions(+), 8 deletions(-) diff --git a/src/Features/Blockcore.Features.BlockStore/Api/Controllers/BlockStoreController.cs b/src/Features/Blockcore.Features.BlockStore/Api/Controllers/BlockStoreController.cs index 3a619efb2..46bc92573 100644 --- a/src/Features/Blockcore.Features.BlockStore/Api/Controllers/BlockStoreController.cs +++ b/src/Features/Blockcore.Features.BlockStore/Api/Controllers/BlockStoreController.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Net; +using Asp.Versioning; using Blockcore.Base; using Blockcore.Consensus.BlockInfo; using Blockcore.Consensus.Chain; diff --git a/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingController.cs b/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingController.cs index dfc6d829a..f7656389f 100644 --- a/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingController.cs +++ b/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingController.cs @@ -1,5 +1,6 @@ using System; using System.Net; +using Asp.Versioning; using Blockcore.Consensus.TransactionInfo; using Blockcore.Features.ColdStaking.Api.Models; using Blockcore.Features.Wallet.Exceptions; diff --git a/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingWalletRPCController.cs b/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingWalletRPCController.cs index 463a82bf8..0e016b5c3 100644 --- a/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingWalletRPCController.cs +++ b/src/Features/Blockcore.Features.ColdStaking/Api/Controllers/ColdStakingWalletRPCController.cs @@ -1,4 +1,5 @@ -using Blockcore.Connection; +using Asp.Versioning; +using Blockcore.Connection; using Blockcore.Consensus; using Blockcore.Consensus.Chain; using Blockcore.Features.BlockStore; diff --git a/src/Features/Blockcore.Features.Consensus/ConsensusController.cs b/src/Features/Blockcore.Features.Consensus/ConsensusController.cs index 0ed79d268..7c4b46b10 100644 --- a/src/Features/Blockcore.Features.Consensus/ConsensusController.cs +++ b/src/Features/Blockcore.Features.Consensus/ConsensusController.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Net; +using Asp.Versioning; using Blockcore.Base; using Blockcore.Base.Deployments; using Blockcore.Base.Deployments.Models; diff --git a/src/Features/Blockcore.Features.Diagnostic/Controllers/DiagnosticController.cs b/src/Features/Blockcore.Features.Diagnostic/Controllers/DiagnosticController.cs index a3e76b0fd..d90763899 100644 --- a/src/Features/Blockcore.Features.Diagnostic/Controllers/DiagnosticController.cs +++ b/src/Features/Blockcore.Features.Diagnostic/Controllers/DiagnosticController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Net; +using Asp.Versioning; using Blockcore.Connection; using Blockcore.Consensus; using Blockcore.Controllers; diff --git a/src/Features/Blockcore.Features.MemoryPool/MempoolController.cs b/src/Features/Blockcore.Features.MemoryPool/MempoolController.cs index 9ad90488d..f0d512820 100644 --- a/src/Features/Blockcore.Features.MemoryPool/MempoolController.cs +++ b/src/Features/Blockcore.Features.MemoryPool/MempoolController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Net; using System.Threading.Tasks; +using Asp.Versioning; using Blockcore.Controllers; using Blockcore.NBitcoin; using Blockcore.Utilities; diff --git a/src/Features/Blockcore.Features.Miner/Api/Controllers/MiningController.cs b/src/Features/Blockcore.Features.Miner/Api/Controllers/MiningController.cs index 68a338388..5dcbe7725 100644 --- a/src/Features/Blockcore.Features.Miner/Api/Controllers/MiningController.cs +++ b/src/Features/Blockcore.Features.Miner/Api/Controllers/MiningController.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Net; using System.Runtime.CompilerServices; +using Asp.Versioning; using Blockcore.Consensus; using Blockcore.Features.Miner.Api.Models; using Blockcore.Features.Miner.Interfaces; diff --git a/src/Features/Blockcore.Features.Miner/Api/Controllers/StakingController.cs b/src/Features/Blockcore.Features.Miner/Api/Controllers/StakingController.cs index a09945e37..4f46bd2ff 100644 --- a/src/Features/Blockcore.Features.Miner/Api/Controllers/StakingController.cs +++ b/src/Features/Blockcore.Features.Miner/Api/Controllers/StakingController.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Net; using System.Security; +using Asp.Versioning; using Blockcore.Consensus.ScriptInfo; using Blockcore.Features.Miner.Api.Models; using Blockcore.Features.Miner.Interfaces; diff --git a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj index ffd4bb9dc..7eff4cff6 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -16,13 +16,13 @@ + - all diff --git a/src/Features/Blockcore.Features.NodeHost/Controller/ConnectionManagerController.cs b/src/Features/Blockcore.Features.NodeHost/Controller/ConnectionManagerController.cs index 2d10ce129..803277571 100644 --- a/src/Features/Blockcore.Features.NodeHost/Controller/ConnectionManagerController.cs +++ b/src/Features/Blockcore.Features.NodeHost/Controller/ConnectionManagerController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Net; +using Asp.Versioning; using Blockcore.Connection; using Blockcore.P2P.Peer; using Blockcore.Utilities; diff --git a/src/Features/Blockcore.Features.NodeHost/Controller/DashboardController.cs b/src/Features/Blockcore.Features.NodeHost/Controller/DashboardController.cs index 5718d8d4a..2fe9463b5 100644 --- a/src/Features/Blockcore.Features.NodeHost/Controller/DashboardController.cs +++ b/src/Features/Blockcore.Features.NodeHost/Controller/DashboardController.cs @@ -1,4 +1,5 @@ -using Blockcore.AsyncWork; +using Asp.Versioning; +using Blockcore.AsyncWork; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; diff --git a/src/Features/Blockcore.Features.NodeHost/Controller/NetworkController.cs b/src/Features/Blockcore.Features.NodeHost/Controller/NetworkController.cs index 88c520e49..37e4564c8 100644 --- a/src/Features/Blockcore.Features.NodeHost/Controller/NetworkController.cs +++ b/src/Features/Blockcore.Features.NodeHost/Controller/NetworkController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Net; +using Asp.Versioning; using Blockcore.Connection; using Blockcore.Controllers.Models; using Blockcore.Networks; diff --git a/src/Features/Blockcore.Features.NodeHost/Controller/NodeController.cs b/src/Features/Blockcore.Features.NodeHost/Controller/NodeController.cs index 01456f34c..a5b71ab6e 100644 --- a/src/Features/Blockcore.Features.NodeHost/Controller/NodeController.cs +++ b/src/Features/Blockcore.Features.NodeHost/Controller/NodeController.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Net; using System.Threading.Tasks; +using Asp.Versioning; using Blockcore.AsyncWork; using Blockcore.Base; using Blockcore.Builder.Feature; diff --git a/src/Features/Blockcore.Features.Notifications/Controllers/NotificationsController.cs b/src/Features/Blockcore.Features.Notifications/Controllers/NotificationsController.cs index 38f5b94b6..704f5e27e 100644 --- a/src/Features/Blockcore.Features.Notifications/Controllers/NotificationsController.cs +++ b/src/Features/Blockcore.Features.Notifications/Controllers/NotificationsController.cs @@ -5,6 +5,7 @@ using Blockcore.NBitcoin; using Blockcore.Utilities.JsonErrors; using Microsoft.AspNetCore.Authorization; +using Asp.Versioning; namespace Blockcore.Features.Notifications.Controllers { diff --git a/src/Features/Blockcore.Features.PoA/Voting/DefaultVotingController.cs b/src/Features/Blockcore.Features.PoA/Voting/DefaultVotingController.cs index fcefecf0e..e7294bb44 100644 --- a/src/Features/Blockcore.Features.PoA/Voting/DefaultVotingController.cs +++ b/src/Features/Blockcore.Features.PoA/Voting/DefaultVotingController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Net; +using Asp.Versioning; using Blockcore.Features.Wallet.Api.Models; using Blockcore.NBitcoin; using Blockcore.Networks; diff --git a/src/Features/Blockcore.Features.PoA/Voting/FederationVotingController.cs b/src/Features/Blockcore.Features.PoA/Voting/FederationVotingController.cs index df935fc12..ae2208696 100644 --- a/src/Features/Blockcore.Features.PoA/Voting/FederationVotingController.cs +++ b/src/Features/Blockcore.Features.PoA/Voting/FederationVotingController.cs @@ -1,5 +1,6 @@ using System; using System.Net; +using Asp.Versioning; using Blockcore.NBitcoin; using Blockcore.Networks; using Blockcore.Utilities; diff --git a/src/Features/Blockcore.Features.RPC/Controllers/FullNodeController.cs b/src/Features/Blockcore.Features.RPC/Controllers/FullNodeController.cs index 21940be27..a0805982b 100644 --- a/src/Features/Blockcore.Features.RPC/Controllers/FullNodeController.cs +++ b/src/Features/Blockcore.Features.RPC/Controllers/FullNodeController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; +using Asp.Versioning; using Blockcore.Base; using Blockcore.Base.Deployments; using Blockcore.Base.Deployments.Models; diff --git a/src/Features/Blockcore.Features.RPC/Controllers/RPCController.cs b/src/Features/Blockcore.Features.RPC/Controllers/RPCController.cs index eb2e9bd7f..628da11f1 100644 --- a/src/Features/Blockcore.Features.RPC/Controllers/RPCController.cs +++ b/src/Features/Blockcore.Features.RPC/Controllers/RPCController.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Net; using System.Reflection; +using Asp.Versioning; using Blockcore.Controllers; using Blockcore.Utilities; using Blockcore.Utilities.JsonErrors; diff --git a/src/Features/Blockcore.Features.RPC/Startup.cs b/src/Features/Blockcore.Features.RPC/Startup.cs index 1f1ae81de..1c762183a 100644 --- a/src/Features/Blockcore.Features.RPC/Startup.cs +++ b/src/Features/Blockcore.Features.RPC/Startup.cs @@ -1,5 +1,6 @@ using System; using System.IO; +using Asp.Versioning.Routing; using Blockcore.NBitcoin; using Blockcore.Utilities.JsonConverters; using Microsoft.AspNetCore.Builder; diff --git a/src/Features/Blockcore.Features.Wallet/Api/Controllers/AddressBookController.cs b/src/Features/Blockcore.Features.Wallet/Api/Controllers/AddressBookController.cs index ec4dfe6bc..89bec1486 100644 --- a/src/Features/Blockcore.Features.Wallet/Api/Controllers/AddressBookController.cs +++ b/src/Features/Blockcore.Features.Wallet/Api/Controllers/AddressBookController.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Net; +using Asp.Versioning; using Blockcore.Features.Wallet.AddressBook; using Blockcore.Features.Wallet.Api.Models; using Blockcore.Features.Wallet.Interfaces; diff --git a/src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs b/src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs index ab6528864..93791e7bd 100644 --- a/src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs +++ b/src/Features/Blockcore.Features.Wallet/Api/Controllers/WalletController.cs @@ -5,6 +5,7 @@ using System.Net; using System.Security; using System.Text; +using Asp.Versioning; using Blockcore.Connection; using Blockcore.Connection.Broadcasting; using Blockcore.Consensus.Chain; diff --git a/src/Features/Blockcore.Features.WalletWatchOnly/API/Controllers/WatchOnlyWalletController.cs b/src/Features/Blockcore.Features.WalletWatchOnly/API/Controllers/WatchOnlyWalletController.cs index dc7b2f753..dbae8c21b 100644 --- a/src/Features/Blockcore.Features.WalletWatchOnly/API/Controllers/WatchOnlyWalletController.cs +++ b/src/Features/Blockcore.Features.WalletWatchOnly/API/Controllers/WatchOnlyWalletController.cs @@ -8,6 +8,7 @@ using Blockcore.Features.WalletWatchOnly.Interfaces; using Blockcore.Utilities.JsonErrors; using Microsoft.AspNetCore.Authorization; +using Asp.Versioning; namespace Blockcore.Features.WalletWatchOnly.Api.Controllers { diff --git a/src/Node/Blockcore.Node/Blockcore.Node.csproj b/src/Node/Blockcore.Node/Blockcore.Node.csproj index cca6a8b51..344e9330f 100644 --- a/src/Node/Blockcore.Node/Blockcore.Node.csproj +++ b/src/Node/Blockcore.Node/Blockcore.Node.csproj @@ -38,11 +38,6 @@ - - - all - - From f838235fec8cea277f6d0f060b77ccbcfd50dc0a Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 20:18:46 +0200 Subject: [PATCH 10/14] xunit.runner.visualstudio@2.5.7 NSubstitute@5.1.0 xunit@2.7.0 --- .../Blockcore.Features.BlockStore.Tests.csproj | 2 +- .../Blockcore.Features.ColdStaking.Tests.csproj | 2 +- .../Blockcore.Features.Consensus.Tests.csproj | 2 +- .../Blockcore.Features.Dns.Tests.csproj | 4 ++-- .../Blockcore.Features.MemoryPool.Tests.csproj | 2 +- .../Blockcore.Features.Miner.Tests.csproj | 2 +- .../Blockcore.Features.NodeHost.Tests.csproj | 4 ++-- .../Blockcore.Features.Notifications.Tests.csproj | 2 +- .../Blockcore.Features.PoA.Tests.csproj | 4 ++-- .../Blockcore.Features.RPC.Tests.csproj | 2 +- .../Blockcore.Features.Wallet.Tests.csproj | 2 +- .../Blockcore.Features.WalletWatchOnly.Tests.csproj | 2 +- .../Blockcore.IntegrationTests.csproj | 4 ++-- .../Blockcore.Tests.Common/Blockcore.Tests.Common.csproj | 4 ++-- src/Tests/Blockcore.Tests/Blockcore.Tests.csproj | 2 +- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj index e7108dd80..3dd022509 100644 --- a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj +++ b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj index 8553971cb..04fa156d8 100644 --- a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj +++ b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj index df62bc19f..7ee0c8e03 100644 --- a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj +++ b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj index c36fe74f0..73331de05 100644 --- a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj +++ b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj @@ -18,12 +18,12 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj index ddb6a0192..891127420 100644 --- a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj +++ b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj index d6defd68b..e2f46aedd 100644 --- a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj +++ b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj index 610814a34..9e81b600d 100644 --- a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj +++ b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj index fbd9f446f..f98dba8ff 100644 --- a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj +++ b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj index acf25d9cc..8599c35d6 100644 --- a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj +++ b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj @@ -6,8 +6,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj index f56e101ad..fc2bb1c98 100644 --- a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj +++ b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj index 694750d4f..5e1dd58df 100644 --- a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj +++ b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj @@ -20,7 +20,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj index b5cbd9f9f..17712cf43 100644 --- a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj +++ b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj index 446365fa3..8a22ee480 100644 --- a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj +++ b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj @@ -26,7 +26,7 @@ - + @@ -52,7 +52,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj index ee5251709..f80ce5a5a 100644 --- a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj +++ b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj @@ -10,9 +10,9 @@ - + - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj index 36fc602ef..bc1058d7d 100644 --- a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj +++ b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers From 2388a93c26a4f403d64ad4adf692a0cd1ed78e30 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 20:21:12 +0200 Subject: [PATCH 11/14] DBreeze@1.115.2023.1103 --- src/Blockcore/Blockcore.csproj | 2 +- .../Blockcore.Features.MemoryPool.Tests.csproj | 2 +- .../Blockcore.Features.Miner.Tests.csproj | 2 +- .../Blockcore.Features.Notifications.Tests.csproj | 2 +- .../Blockcore.Features.RPC.Tests.csproj | 2 +- .../Blockcore.Features.Wallet.Tests.csproj | 2 +- .../Blockcore.Features.WalletWatchOnly.Tests.csproj | 2 +- src/Tests/Blockcore.Tests/Blockcore.Tests.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index f976a8f1c..ff8d04164 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -23,7 +23,7 @@ - + diff --git a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj index 891127420..cb3f539f8 100644 --- a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj +++ b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj @@ -17,7 +17,7 @@ - + all diff --git a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj index e2f46aedd..9db9d876d 100644 --- a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj +++ b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj @@ -11,7 +11,7 @@ - + all diff --git a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj index f98dba8ff..652282f96 100644 --- a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj +++ b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj @@ -11,7 +11,7 @@ - + all diff --git a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj index fc2bb1c98..542cfb48d 100644 --- a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj +++ b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj @@ -17,7 +17,7 @@ - + all diff --git a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj index 5e1dd58df..775692400 100644 --- a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj +++ b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj index 17712cf43..6a89e42cc 100644 --- a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj +++ b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj @@ -11,7 +11,7 @@ - + all diff --git a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj index bc1058d7d..5d3234f03 100644 --- a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj +++ b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj @@ -17,7 +17,7 @@ - + all From 1a3ad30175848c76b6d17c1a725ebc885111fab6 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 20:22:39 +0200 Subject: [PATCH 12/14] Microsoft.NET.Test.Sdk@17.9.0 --- .../Blockcore.Features.BlockStore.Tests.csproj | 2 +- .../Blockcore.Features.ColdStaking.Tests.csproj | 2 +- .../Blockcore.Features.Consensus.Tests.csproj | 2 +- .../Blockcore.Features.Dns.Tests.csproj | 2 +- .../Blockcore.Features.MemoryPool.Tests.csproj | 2 +- .../Blockcore.Features.Miner.Tests.csproj | 2 +- .../Blockcore.Features.NodeHost.Tests.csproj | 2 +- .../Blockcore.Features.Notifications.Tests.csproj | 2 +- .../Blockcore.Features.PoA.Tests.csproj | 2 +- .../Blockcore.Features.RPC.Tests.csproj | 2 +- .../Blockcore.Features.Wallet.Tests.csproj | 2 +- .../Blockcore.Features.WalletWatchOnly.Tests.csproj | 2 +- .../Blockcore.IntegrationTests.csproj | 2 +- src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj | 2 +- src/Tests/Blockcore.Tests/Blockcore.Tests.csproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj index 3dd022509..5c29b7230 100644 --- a/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj +++ b/src/Tests/Blockcore.Features.BlockStore.Tests/Blockcore.Features.BlockStore.Tests.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj index 04fa156d8..dd020441c 100644 --- a/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj +++ b/src/Tests/Blockcore.Features.ColdStaking.Tests/Blockcore.Features.ColdStaking.Tests.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj index 7ee0c8e03..02fdcf8b8 100644 --- a/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj +++ b/src/Tests/Blockcore.Features.Consensus.Tests/Blockcore.Features.Consensus.Tests.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj index 73331de05..3752d1c0d 100644 --- a/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj +++ b/src/Tests/Blockcore.Features.Dns.Tests/Blockcore.Features.Dns.Tests.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj index cb3f539f8..b37e4aeb4 100644 --- a/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj +++ b/src/Tests/Blockcore.Features.MemoryPool.Tests/Blockcore.Features.MemoryPool.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj index 9db9d876d..47d93e02f 100644 --- a/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj +++ b/src/Tests/Blockcore.Features.Miner.Tests/Blockcore.Features.Miner.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj index 9e81b600d..103c1bc7a 100644 --- a/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj +++ b/src/Tests/Blockcore.Features.NodeHost.Tests/Blockcore.Features.NodeHost.Tests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj index 652282f96..52dec226f 100644 --- a/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj +++ b/src/Tests/Blockcore.Features.Notifications.Tests/Blockcore.Features.Notifications.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj index 8599c35d6..769f76ec3 100644 --- a/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj +++ b/src/Tests/Blockcore.Features.PoA.Tests/Blockcore.Features.PoA.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj index 542cfb48d..927bbf8ee 100644 --- a/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj +++ b/src/Tests/Blockcore.Features.RPC.Tests/Blockcore.Features.RPC.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj index 775692400..645fc06d1 100644 --- a/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj +++ b/src/Tests/Blockcore.Features.Wallet.Tests/Blockcore.Features.Wallet.Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj index 6a89e42cc..b82c8d57c 100644 --- a/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj +++ b/src/Tests/Blockcore.Features.WalletWatchOnly.Tests/Blockcore.Features.WalletWatchOnly.Tests.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj index 8a22ee480..7b75d07fd 100644 --- a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj +++ b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj @@ -51,7 +51,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj index f80ce5a5a..28d249b49 100644 --- a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj +++ b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj index 5d3234f03..53e9b6108 100644 --- a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj +++ b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers From 93c50c15b927e90fd9961953b746608d15420448 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 20:23:14 +0200 Subject: [PATCH 13/14] Moq@4.20.70 --- src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj index 28d249b49..ef5ed7f86 100644 --- a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj +++ b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj @@ -9,7 +9,7 @@ - + From ec879f8317b0a79bc3a4a31188b3a9be23e87b80 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Tue, 5 Mar 2024 20:24:28 +0200 Subject: [PATCH 14/14] NLog@5.2.8 NLog.Extensions.Logging@5.3.8 --- src/Blockcore/Blockcore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index ff8d04164..987d5a493 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -27,8 +27,8 @@ - - + + all