Update Microsoft.Extensions.DependencyInjection version range (net8.0)#103
Merged
mookid8000 merged 1 commit intorebus-org:masterfrom Jan 5, 2026
Merged
Update Microsoft.Extensions.DependencyInjection version range (net8.0)#103mookid8000 merged 1 commit intorebus-org:masterfrom
mookid8000 merged 1 commit intorebus-org:masterfrom
Conversation
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)
There was a problem hiding this comment.
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.
|
@dampee @mookid8000 Could you please merge and publish this? It is blocking the update to Microsoft.Extensions.DependencyInjection version 10.0.1. |
Member
|
It's out as Rebus.ServiceProvider 10.7.1 on NuGe.org now! Thanks for fixing it @AGiorgetti and thanks for pinging me @sergiojrdotnet 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.