3.0.0
Breaking Changes
- Support for netstandard1.5 has been dropped
- Minimum
Newtonsoft.Json
version is10.0.3
- For the netstandard build of the library, configuration is no longer read from
appsettings.json
, but viaConfigurationManager
just like the netfx build
Changes
- Now supports
netstandard2.0
- All builds support WebSockets
netstandard
build is now almost identical to thenetfx
build
Notes
WebSocket Polling connections cannot be initiated on .NET Core. However it can accept incoming WebSocket requests.