diff --git a/src/Blockcore/Blockcore.csproj b/src/Blockcore/Blockcore.csproj index 1fd4bc49c..987d5a493 100644 --- a/src/Blockcore/Blockcore.csproj +++ b/src/Blockcore/Blockcore.csproj @@ -23,13 +23,13 @@ - + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -53,7 +53,7 @@ - + diff --git a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj index 74c0c9a14..ab57f4423 100644 --- a/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj +++ b/src/External/Blockcore.Benchmark/Blockcore.Benchmark.csproj @@ -11,7 +11,7 @@ - + @@ -19,6 +19,6 @@ - + \ No newline at end of file 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.BlockStore/Blockcore.Features.BlockStore.csproj b/src/Features/Blockcore.Features.BlockStore/Blockcore.Features.BlockStore.csproj index f80e8a0c9..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 @@ -18,7 +18,7 @@ - + 1701;1702;1705;IDE0008; 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.ColdStaking/Blockcore.Features.ColdStaking.csproj b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj index 29f99559f..43b879845 100644 --- a/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj +++ b/src/Features/Blockcore.Features.ColdStaking/Blockcore.Features.ColdStaking.csproj @@ -14,11 +14,11 @@ - + all - + \ 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.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/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.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.Dns/Blockcore.Features.Dns.csproj b/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj index 0a9d598da..dc5a2b56b 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 @@ - + @@ -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.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.Miner/Blockcore.Features.Miner.csproj b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj index 195bc87e5..39ee2deb4 100644 --- a/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj +++ b/src/Features/Blockcore.Features.Miner/Blockcore.Features.Miner.csproj @@ -24,11 +24,11 @@ - + all - + \ 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 11d5487bc..7eff4cff6 100644 --- a/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj +++ b/src/Features/Blockcore.Features.NodeHost/Blockcore.Features.NodeHost.csproj @@ -16,14 +16,14 @@ - - + + + - - - - - + + + + all @@ -34,6 +34,6 @@ - + \ No newline at end of file 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/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.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/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.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/Blockcore.Features.RPC.csproj b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj index 20f125270..6216f1d2f 100644 --- a/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj +++ b/src/Features/Blockcore.Features.RPC/Blockcore.Features.RPC.csproj @@ -8,9 +8,9 @@ true - + - + all @@ -22,7 +22,7 @@ - + 1701;1702;1705;IDE0008; 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.Wallet/Blockcore.Features.Wallet.csproj b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj index 509c6bc4c..6d2536e22 100644 --- a/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj +++ b/src/Features/Blockcore.Features.Wallet/Blockcore.Features.Wallet.csproj @@ -14,9 +14,9 @@ --> - - - + + + all @@ -31,7 +31,7 @@ - + 1701;1702;1705;IDE0008; 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/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj b/src/Features/Blockcore.Features.WalletWatchOnly/Blockcore.Features.WalletWatchOnly.csproj index 205d13795..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 @@ -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..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,11 +19,11 @@ - + all - + \ 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..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,11 +19,11 @@ - + all - + \ 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..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,11 +19,11 @@ - + all - + \ 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..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,11 +19,11 @@ - + all - + \ 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..c62d8e063 100644 --- a/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj +++ b/src/Networks/Blockcore.Networks.HomeCoin/Blockcore.Networks.HomeCoin.csproj @@ -31,11 +31,11 @@ - + all - + \ 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 c17d7a117..d96055b79 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.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..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 @@ -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 cac3492aa..df91c09aa 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/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..8bd81441e 100644 --- a/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj +++ b/src/Networks/Blockcore.Networks.x42/Blockcore.Networks.x42.csproj @@ -27,11 +27,11 @@ - + all - + \ 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..344e9330f 100644 --- a/src/Node/Blockcore.Node/Blockcore.Node.csproj +++ b/src/Node/Blockcore.Node/Blockcore.Node.csproj @@ -38,20 +38,15 @@ - - - all - - - + all - + \ 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..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,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers @@ -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..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,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers @@ -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..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,8 +17,8 @@ - - + + all runtime; build; native; contentfiles; analyzers @@ -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 9afddbc46..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,13 +17,13 @@ - - + + all runtime; build; native; contentfiles; analyzers - - + + @@ -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..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 @@ -17,9 +17,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -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..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 @@ -11,9 +11,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -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..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,12 +7,12 @@ - - + + all runtime; build; native; contentfiles; analyzers - + @@ -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..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 @@ -11,9 +11,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -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 bff7d2dc1..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,13 +5,13 @@ - - - + + + all runtime; build; native; contentfiles; analyzers - + @@ -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..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 @@ -17,9 +17,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -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..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 @@ -17,10 +17,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers @@ -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..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 @@ -11,9 +11,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -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 045c3ebf6..7b75d07fd 100644 --- a/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj +++ b/src/Tests/Blockcore.IntegrationTests/Blockcore.IntegrationTests.csproj @@ -22,11 +22,11 @@ - - + + - + @@ -51,8 +51,8 @@ - - + + all runtime; build; native; contentfiles; analyzers @@ -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..ef5ed7f86 100644 --- a/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj +++ b/src/Tests/Blockcore.Tests.Common/Blockcore.Tests.Common.csproj @@ -9,10 +9,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers @@ -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..53e9b6108 100644 --- a/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj +++ b/src/Tests/Blockcore.Tests/Blockcore.Tests.csproj @@ -17,9 +17,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -241,6 +241,6 @@ - + \ No newline at end of file