Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade JsonRpcSharp to 0.99.x #3

Merged
merged 2 commits into from
Mar 3, 2024
Merged

Upgrade JsonRpcSharp to 0.99.x #3

merged 2 commits into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    cf82816 View commit details
    Browse the repository at this point in the history
  2. 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]
    ```
    knocte committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    dd042ba View commit details
    Browse the repository at this point in the history