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 7 support? #72

Closed SbiCA closed 1 year ago

SbiCA commented 1 year ago

Hi @mookid8000

I guess there should be an update to .NET 7

        <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3, 8)" />
        <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[3, 8)" />

Would that be sufficient or are there other places in rebus that should be bumped?

SbiCA commented 1 year ago

Created a PR #73

SbiCA commented 1 year ago

@mookid8000 just upgraded all to .NET 7.0 works like a charm 👍

Thx again

mookid8000 commented 1 year ago

Good to hear 🙂