Closed
Description
In manually reviewing the list of packages we are shipping in 3.0 Preview 1, it appears we may be missing some dependencies required by the SignalR client in non-shared-framework scenarios.
Requirements
- Verify that all of Microsoft.AspNetCore.SignalR.Client's dependencies
- target netstandard2.0
- ship as packages
- Add tooling to test for this scenario automatically
Notably, it appears we need to fix the packaging for Microsoft.AspNetCore.Connections.Abstractions.
cc @davidfowl