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

In net standard 2.1 Eliminate the dependency on System.Threading.AccessControl #1158

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.Threading.AccessControl package becomes conditional so only added for the older frameworks

Describe alternatives you've considered Accept the additional dependency

Additional context n/a