Skip to content

Conversation

@AGiorgetti
Copy link

fixed wrong .net 8.0 dependency range

from: Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 10.0.0)
to: Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 11.0.0)


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.

fixed wrong .net 8.0 dependency range

from: Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 10.0.0)
to: Microsoft.Extensions.DependencyInjection (>= 8.0.0 && < 11.0.0)
Copilot AI review requested due to automatic review settings December 4, 2025 12:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the dependency version range for Microsoft.Extensions.DependencyInjection in the net8.0 target framework configuration. The change ensures consistency across all target frameworks by extending the upper bound from version 10 to version 11, aligning it with the netstandard and net10.0 configurations.

  • Updated the Microsoft.Extensions.DependencyInjection version range for net8.0 from [8, 10) to [8, 11)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant