From dd042ba70434117cebfdd83965e777a06974108d Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sun, 3 Mar 2024 18:20:27 +0100 Subject: [PATCH] Upgrade Newtonsoft.Json to fix build Somehow the update to JsonRpcSharp caused cascading updates and build was failing with errors like: ``` CSC : error CS1705: Assembly 'JsonRpcSharp.HttpClient' with identity 'JsonRpcSharp.HttpClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d51963060d6195e8' uses 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' which has a higher version than referenced assembly 'Newtonsoft.Json' with identity 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' [D:\a\Nethereum\Nethereum\src\Nethereum.Signer.AzureKeyVault.Console\Nethereum.Signer.AzureKeyVault.Console.csproj] ``` --- buildConf/Frameworks.props | 4 ++-- src/Nethereum.Generators.Net/Nethereum.Generators.Net.csproj | 2 +- .../Nethereum.Signer.AzureKeyVault.Console.csproj | 2 +- .../Nethereum.Signer.Ledger.IntegrationTests.csproj | 2 +- .../Nethereum.Signer.Trezor.Console.csproj | 2 +- .../Nethereum.XUnitEthereumClients.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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.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.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj b/src/Nethereum.Signer.AzureKeyVault.Console/Nethereum.Signer.AzureKeyVault.Console.csproj index c9f408a2d..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,7 +6,7 @@ - + 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 89fe95270..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,7 +6,7 @@ - + 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 09fceaf63..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,7 +7,7 @@ - + diff --git a/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj b/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj index 9fdae7544..53798b16e 100644 --- a/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj +++ b/src/Nethereum.XUnitEthereumClients/Nethereum.XUnitEthereumClients.csproj @@ -10,7 +10,7 @@ - +