Skip to content

Commit

Permalink
TcpClient: upgrade System.IO.Pipelines
Browse files Browse the repository at this point in the history
Hopefully it fixes this weird bug:
nblockchain/geewallet#258
  • Loading branch information
knocte committed Mar 3, 2024
1 parent ec4298b commit 813bd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/JsonRpcSharp.TcpClient/JsonRpcSharp.TcpClient.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.0.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.3" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 813bd92

Please sign in to comment.