Nuget Microsoft.AspNetCore.Identity references 2.3.0 of Microsoft.Extensions.Identity.Core and resolves to 3.0.0 which is very old #60213
Labels
area-identity
Includes: Identity and providers
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Is there an existing issue for this?
Describe the bug
Version 2.3.0 (the latest) of the Microsoft.AspNetCore.Identity nuget package depends on Microsoft.Extensions.Identity.Core 2.3.0. But that does not exist. Therefore it resolves tp version 3.0.0, which is from 2019. I don't think this is intended.
Expected Behavior
It depends on a newer version.
Steps To Reproduce
You could check the urls on nuget to see the problem:
By adding a reference to a project you can see this warning:
Microsoft.AspNetCore.Identity 2.3.0 depends on Microsoft.Extensions.Identity.Core (>= 2.3.0) but Microsoft.Extensions.Identity.Core 2.3.0 was not found. Microsoft.Extensions.Identity.Core 3.0.0 was resolved instead.
Exceptions (if any)
No response
.NET Version
9.0.102
Anything else?
The text was updated successfully, but these errors were encountered: