Closed SbiCA closed 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?
Created a PR #73
@mookid8000 just upgraded all to .NET 7.0 works like a charm 👍
Thx again
Good to hear 🙂
Hi @mookid8000
I guess there should be an update to .NET 7
Would that be sufficient or are there other places in rebus that should be bumped?