rebus-org / Rebus.ServiceProvider

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

.net 7 support? #72

Closed SbiCA closed 2 years ago

SbiCA commented 2 years 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 2 years ago

Created a PR #73

SbiCA commented 2 years ago

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

Thx again

mookid8000 commented 2 years ago

Good to hear 🙂