msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
835 stars 175 forks source link

Add additional TFM do dependencies can be optimised #359

Closed thompson-tomo closed 7 months ago

thompson-tomo commented 7 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 I want the package to have additional TFM'S which contains less dependencies. I.e. net core 3 & net 5, this will reduce maintenance effort.

Describe alternatives you've considered Accept the additional dependency

Additional context n/a

yfakariya commented 7 months ago

Which TFMs do you want to support?

I'm thinking to support new TFMs and it looks reasonable to support only net46 (or above), net6, net8 , netstandard2.0, and netstandard2.1. Are they accetable for you?

thompson-tomo commented 7 months ago

What I would propose at a min is: