diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index a92adac28..1a11b2cd4 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -13,7 +13,7 @@ on:
jobs:
build_and_deploy:
env:
- BASE_VERSION: 0.95.0
+ BASE_VERSION: 0.99.0
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
diff --git a/Nethereum.nuspec b/Nethereum.nuspec
index b9582ebcb..58d5dea98 100644
--- a/Nethereum.nuspec
+++ b/Nethereum.nuspec
@@ -24,7 +24,7 @@
-
+
diff --git a/buildConf/Frameworks.props b/buildConf/Frameworks.props
index 7cfd7f77d..4ccca4532 100644
--- a/buildConf/Frameworks.props
+++ b/buildConf/Frameworks.props
@@ -8,11 +8,11 @@
-
+
-
+
diff --git a/src/Nethereum.Accounts.IntegrationTests/Nethereum.Accounts.IntegrationTests.csproj b/src/Nethereum.Accounts.IntegrationTests/Nethereum.Accounts.IntegrationTests.csproj
index adc0d1ddf..e8b22333e 100644
--- a/src/Nethereum.Accounts.IntegrationTests/Nethereum.Accounts.IntegrationTests.csproj
+++ b/src/Nethereum.Accounts.IntegrationTests/Nethereum.Accounts.IntegrationTests.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/src/Nethereum.Contracts.UnitTests/Nethereum.Contracts.UnitTests.csproj b/src/Nethereum.Contracts.UnitTests/Nethereum.Contracts.UnitTests.csproj
index 932361d99..e434785bd 100644
--- a/src/Nethereum.Contracts.UnitTests/Nethereum.Contracts.UnitTests.csproj
+++ b/src/Nethereum.Contracts.UnitTests/Nethereum.Contracts.UnitTests.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/Nethereum.ENS.IntegrationTests/Nethereum.ENS.IntegrationTests.csproj b/src/Nethereum.ENS.IntegrationTests/Nethereum.ENS.IntegrationTests.csproj
index ea138cb6d..b352dd8f6 100644
--- a/src/Nethereum.ENS.IntegrationTests/Nethereum.ENS.IntegrationTests.csproj
+++ b/src/Nethereum.ENS.IntegrationTests/Nethereum.ENS.IntegrationTests.csproj
@@ -26,7 +26,7 @@
-
+
diff --git a/src/Nethereum.Generators.Net/Nethereum.Generators.Net.csproj b/src/Nethereum.Generators.Net/Nethereum.Generators.Net.csproj
index d5527bc7f..3c9dc18c3 100644
--- a/src/Nethereum.Generators.Net/Nethereum.Generators.Net.csproj
+++ b/src/Nethereum.Generators.Net/Nethereum.Generators.Net.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/src/Nethereum.Geth.IntegrationTests/Nethereum.Geth.IntegrationTests.csproj b/src/Nethereum.Geth.IntegrationTests/Nethereum.Geth.IntegrationTests.csproj
index d1fbc13d6..ed12aa236 100644
--- a/src/Nethereum.Geth.IntegrationTests/Nethereum.Geth.IntegrationTests.csproj
+++ b/src/Nethereum.Geth.IntegrationTests/Nethereum.Geth.IntegrationTests.csproj
@@ -20,7 +20,7 @@
-
+
diff --git a/src/Nethereum.Parity.IntegrationTests/Nethereum.Parity.IntegrationTests.csproj b/src/Nethereum.Parity.IntegrationTests/Nethereum.Parity.IntegrationTests.csproj
index 160d633da..b37a6b27b 100644
--- a/src/Nethereum.Parity.IntegrationTests/Nethereum.Parity.IntegrationTests.csproj
+++ b/src/Nethereum.Parity.IntegrationTests/Nethereum.Parity.IntegrationTests.csproj
@@ -24,7 +24,7 @@
-
+
diff --git a/src/Nethereum.Quorum.Tests/Nethereum.Quorum.Tests.csproj b/src/Nethereum.Quorum.Tests/Nethereum.Quorum.Tests.csproj
index 339436f65..bbb3c6dd5 100644
--- a/src/Nethereum.Quorum.Tests/Nethereum.Quorum.Tests.csproj
+++ b/src/Nethereum.Quorum.Tests/Nethereum.Quorum.Tests.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/src/Nethereum.RPC.IntegrationTests/Nethereum.RPC.IntegrationTests.csproj b/src/Nethereum.RPC.IntegrationTests/Nethereum.RPC.IntegrationTests.csproj
index c2780876e..a008b505e 100644
--- a/src/Nethereum.RPC.IntegrationTests/Nethereum.RPC.IntegrationTests.csproj
+++ b/src/Nethereum.RPC.IntegrationTests/Nethereum.RPC.IntegrationTests.csproj
@@ -21,7 +21,7 @@
-
+
diff --git a/src/Nethereum.RPC.UnitTests/Nethereum.RPC.UnitTests.csproj b/src/Nethereum.RPC.UnitTests/Nethereum.RPC.UnitTests.csproj
index 1c9443ee2..bd3241413 100644
--- a/src/Nethereum.RPC.UnitTests/Nethereum.RPC.UnitTests.csproj
+++ b/src/Nethereum.RPC.UnitTests/Nethereum.RPC.UnitTests.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/Nethereum.RPC/Nethereum.RPC.csproj b/src/Nethereum.RPC/Nethereum.RPC.csproj
index 9e97c93a2..e22dcbeef 100644
--- a/src/Nethereum.RPC/Nethereum.RPC.csproj
+++ b/src/Nethereum.RPC/Nethereum.RPC.csproj
@@ -26,7 +26,7 @@
-
+
diff --git a/src/Nethereum.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj b/src/Nethereum.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj
index 4c0a1ae63..db08c3d34 100644
--- a/src/Nethereum.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj
+++ b/src/Nethereum.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/src/Nethereum.Signer.Ledger.IntegrationTests/Nethereum.Signer.Ledger.IntegrationTests.csproj b/src/Nethereum.Signer.Ledger.IntegrationTests/Nethereum.Signer.Ledger.IntegrationTests.csproj
index fb7669f55..90836c0dc 100644
--- a/src/Nethereum.Signer.Ledger.IntegrationTests/Nethereum.Signer.Ledger.IntegrationTests.csproj
+++ b/src/Nethereum.Signer.Ledger.IntegrationTests/Nethereum.Signer.Ledger.IntegrationTests.csproj
@@ -6,10 +6,10 @@
-
+
-
+
diff --git a/src/Nethereum.Signer.Trezor.Console/Nethereum.Signer.Trezor.Console.csproj b/src/Nethereum.Signer.Trezor.Console/Nethereum.Signer.Trezor.Console.csproj
index 255a9f4ae..747f79a8f 100644
--- a/src/Nethereum.Signer.Trezor.Console/Nethereum.Signer.Trezor.Console.csproj
+++ b/src/Nethereum.Signer.Trezor.Console/Nethereum.Signer.Trezor.Console.csproj
@@ -7,8 +7,8 @@
-
-
+
+
diff --git a/src/Nethereum.Web3.IntegrationTests/Nethereum.Web3.IntegrationTests.csproj b/src/Nethereum.Web3.IntegrationTests/Nethereum.Web3.IntegrationTests.csproj
index 769976884..562b50aa2 100644
--- a/src/Nethereum.Web3.IntegrationTests/Nethereum.Web3.IntegrationTests.csproj
+++ b/src/Nethereum.Web3.IntegrationTests/Nethereum.Web3.IntegrationTests.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/src/Nethereum.Web3/Nethereum.Web3.csproj b/src/Nethereum.Web3/Nethereum.Web3.csproj
index 45b5edf45..97baf59f6 100644
--- a/src/Nethereum.Web3/Nethereum.Web3.csproj
+++ b/src/Nethereum.Web3/Nethereum.Web3.csproj
@@ -45,7 +45,7 @@
-
+
diff --git a/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj b/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj
index 9169c8ea2..53798b16e 100644
--- a/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj
+++ b/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj
@@ -9,8 +9,8 @@
-
-
+
+