From bf4c0f0cdc2e64eb38fcd724f5c34d44b68f5d41 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sun, 3 Mar 2024 16:15:00 +0100 Subject: [PATCH] TcpClient: upgrade System.IO.Pipelines Hopefully it fixes this weird bug: https://github.com/nblockchain/geewallet/issues/258 Transitive dependencies of S.IO.P. also got upgraded: * System.Buffers -> 4.5.1 * System.Memory -> 4.5.5 * System.Threading.Tasks.Extensions -> 4.5.4 And this update might need an assembly redirect like this: ``` ``` Which was extracted from: https://github.com/nblockchain/geewallet/pull/252/files --- .github/workflows/CI.yml | 2 +- JsonRpcSharp.nuspec | 2 +- src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d187e3c..74c1788 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ on: jobs: build_and_deploy: env: - BASE_VERSION: 0.98.0 + BASE_VERSION: 0.99.0 runs-on: windows-latest steps: - uses: actions/checkout@v1 diff --git a/JsonRpcSharp.nuspec b/JsonRpcSharp.nuspec index f269bb1..277582b 100644 --- a/JsonRpcSharp.nuspec +++ b/JsonRpcSharp.nuspec @@ -21,7 +21,7 @@ - + diff --git a/src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj b/src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj index ccdfe44..26daef1 100644 --- a/src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj +++ b/src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj @@ -14,7 +14,7 @@ - +