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

TcpClient: upgrade System.IO.Pipelines #20

Merged
merged 1 commit into from
Mar 3, 2024
Merged

TcpClient: upgrade System.IO.Pipelines #20

merged 1 commit into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. TcpClient: upgrade System.IO.Pipelines

    Hopefully it fixes this weird bug:
    nblockchain/geewallet#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:
    ```
                <dependentAssembly>
                    <assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
                    <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
                </dependentAssembly>
    ```
    
    Which was extracted from:
    https://github.com/nblockchain/geewallet/pull/252/files
    knocte committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    bf4c0f0 View commit details
    Browse the repository at this point in the history