rebus-org / Rebus.ServiceProvider

:bus: Microsoft Extensions Dependency Injection container adapter for Rebus
https://mookid.dk/category/rebus
Other
65 stars 32 forks source link

net6.0 support #55

Closed meronz closed 2 years ago

meronz commented 2 years ago

Hello 👋. Small PR to enable support for net6.0. This allows to use Rebus.ServiceProvider in net6.0 projects that depend on Microsoft.Extensions.Hosting.Abstractions 6.x. I have tested the package by running the unit-tests and using it in a net6.0 application.

First time contributing to Rebus, I'm not sure if there is anything more I can add.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

meronz commented 2 years ago

Thanks!

mookid8000 commented 2 years ago

Cool, thanks for contributing!

It's out in Rebus.ServiceProvider 7.0.0-b3 on NuGet.org in a few minutes 🙂