From 3d8ef50b029603d4e92cf8fbc0db30c2ce878323 Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Mon, 31 Jul 2023 16:27:54 +0330 Subject: [PATCH] Backend: pin FSharp.Core in JsonRpcSharp This commit updates the JsonRpcSharp library which uses an older version of FSharp.Core. This fixes the FSharp.Core version conflict problem caused by [1] which was trying to fix integration tests in [2]. [1] https://github.com/nblockchain/geewallet/commit/3bcde0b8ed24bc91d498a34bf887b5dd08b53af3 [2] https://github.com/nblockchain/geewallet/commit/9392215bfa6c0f625ddce6423b3bf77a0dea8558 --- src/GWallet.Backend/GWallet.Backend.fsproj | 10 +++++----- src/GWallet.Backend/packages.config | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GWallet.Backend/GWallet.Backend.fsproj b/src/GWallet.Backend/GWallet.Backend.fsproj index ad7fb78f7..a29ea1ffe 100644 --- a/src/GWallet.Backend/GWallet.Backend.fsproj +++ b/src/GWallet.Backend/GWallet.Backend.fsproj @@ -197,7 +197,7 @@ ..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.2\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll - ..\..\packages\JsonRpcSharp.0.98.0--date20230731-0834.git-7444c06\lib\netstandard2.0\JsonRpcSharp.TcpClient.dll + ..\..\packages\JsonRpcSharp.0.98.0--date20230731-1252.git-6788e32\lib\netstandard2.0\JsonRpcSharp.TcpClient.dll ..\..\packages\System.IO.Pipes.4.3.0\lib\net46\System.IO.Pipes.dll @@ -209,16 +209,16 @@ ..\..\packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll - ..\..\packages\JsonRpcSharp.0.98.0--date20230731-0834.git-7444c06\lib\netstandard2.0\JsonRpcSharp.Client.dll + ..\..\packages\JsonRpcSharp.0.98.0--date20230731-1252.git-6788e32\lib\netstandard2.0\JsonRpcSharp.Client.dll - ..\..\packages\JsonRpcSharp.0.98.0--date20230731-0834.git-7444c06\lib\netstandard2.0\JsonRpcSharp.IpcClient.dll + ..\..\packages\JsonRpcSharp.0.98.0--date20230731-1252.git-6788e32\lib\netstandard2.0\JsonRpcSharp.IpcClient.dll - ..\..\packages\JsonRpcSharp.0.98.0--date20230731-0834.git-7444c06\lib\netstandard2.0\JsonRpcSharp.HttpClient.dll + ..\..\packages\JsonRpcSharp.0.98.0--date20230731-1252.git-6788e32\lib\netstandard2.0\JsonRpcSharp.HttpClient.dll - ..\..\packages\JsonRpcSharp.0.98.0--date20230731-0834.git-7444c06\lib\netstandard2.0\JsonRpcSharp.WebSocketClient.dll + ..\..\packages\JsonRpcSharp.0.98.0--date20230731-1252.git-6788e32\lib\netstandard2.0\JsonRpcSharp.WebSocketClient.dll ..\..\packages\Nethereum.0.95.0--date20210125-0551.git-05a29e9\lib\netstandard2.0\Nethereum.ABI.dll diff --git a/src/GWallet.Backend/packages.config b/src/GWallet.Backend/packages.config index a0d6618be..72319b8f9 100644 --- a/src/GWallet.Backend/packages.config +++ b/src/GWallet.Backend/packages.config @@ -4,7 +4,7 @@ - +