You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a netstandard2.0 target so full .NET Framework applications can consume Websocket.Client again.
Kept the existing .NET 6/7/8/9/10 paths on the current Memory<byte>/ReadOnlyMemory<byte> WebSocket APIs, with compatibility fallbacks isolated to netstandard2.0.
Modernized the .NET Framework sample to SDK-style net472 with PackageReference dependencies and current Websocket.Client API usage.
Added Windows CI coverage for the .NET Framework sample and net472 benchmark build.
Added .NET Framework client receive benchmark coverage and documented the measured results.
Compatibility
NuGet package version: 5.5.0.
Adds support for full .NET Framework consumers through the netstandard2.0 package asset.
No breaking API changes for existing .NET Core / modern .NET targets.