doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
733 stars 126 forks source link

Optimise dependencies based on TFM #368

Closed thompson-tomo closed 5 months ago

thompson-tomo commented 6 months ago

Is your feature request related to a problem? Please describe. I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like System.Collection can be provided via the framework ie net Standard 2.0 & net 6 as such conditions should be placed on it so that it is only included for net framework.

Describe alternatives you've considered Accept the additional dependency

Additional context n/a

thompson-tomo commented 5 months ago

Clean-up performed as a part of https://github.com/doghappy/socket.io-client-csharp/commit/cc4c7f1c25de142c8c1aae5d35ebeeb3cf1ff8c0