Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Extensions.DependencyInjection.Abstractions 9.0 #530

Closed
danik121 opened this issue Feb 4, 2025 · 5 comments
Closed

Microsoft.Extensions.DependencyInjection.Abstractions 9.0 #530

danik121 opened this issue Feb 4, 2025 · 5 comments

Comments

@danik121
Copy link

danik121 commented Feb 4, 2025

its not possible to use Microsoft.Extensions.DependencyInjection.Abstractions 9.0.1 on .net8 project while this package supports .net8

Image

Image

@mrpmorris
Copy link
Owner

I don't understand.
Your screenshot shows that for .net 8 it is using >= 8.0.0 and < 9.0.0

@mrpmorris
Copy link
Owner

@danik121 can you clarify?

@danik121
Copy link
Author

danik121 commented Feb 7, 2025

@mrpmorris for .net 8 project i can't use Microsoft.Extensions.DependencyInjection.Abstractions >= 9.0

i would like to have this:
.net8 -> Microsoft.Extensions.DependencyInjection.Abstraction >=8.0.0
.net9 -> Microsoft.Extensions.DependencyInjection.Abstraction >= 9.0.0

Microsoft.Extensions.DependencyInjection.Abstraction 9 is compatible with .net8

@mrpmorris
Copy link
Owner

Oh I see.

@mrpmorris
Copy link
Owner

Seeing as it was only editing about 6 characters of text, I thought I'd do it now :)

Fixed in 6.6, thanks for letting me know!

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

No branches or pull requests

2 participants