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

.NET 5.0 #37

Closed dariogriffo closed 2 years ago

dariogriffo commented 3 years ago

Are there any plans of adding net5.0?

App veyor has added VS 2019 Preview image see here

I forked the repo and all is looking good (ran both samples app) commit here, I can do the same with Logging and Configuration libs and open PRs against let's say specific branches feature/net50 if you create them.

Thoughts? Perhaps an rc-X version of the lib?

PS I have created an issue on Rebus that have closed already here but thiking better, the Rebus. that rely on Microsoft. packages are the ones required to be updated for the breaking versions.

mookid8000 commented 3 years ago

Cool cool, I've created feature/net50 as you suggested 🙂 will go to Logging and Configuration and do the same right away

hellfirehd commented 2 years ago

I guess we're looking for NET6.0 now. ETA?

mookid8000 commented 2 years ago

Rebus.ServiceProvider has supported .NET 5 for a while now, and the 7 prerelease versions target .NET 6 as well... this issue should have been closed long ago, I guess 🙂

mookid8000 commented 2 years ago

I've released it as Rebus.ServiceProvider 7.0.0 now 🙂

hellfirehd commented 2 years ago

Awesome! Thank you so much!