rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.26k stars 353 forks source link

Add additional TFM's so package dependencies can be optimised #1157

Closed thompson-tomo closed 2 months ago

thompson-tomo commented 2 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 The System.Text.Json & Microsoft.CSharp package becomes conditional so only added for the older frameworks. Package gain net standard 2.1 & net 5 as TFM

Describe alternatives you've considered Accept the additional dependency

Additional context n/a