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.AspNetCore.Identity:2.2.0 #49101

Closed
kevinvavelin opened this issue Jun 29, 2023 · 3 comments
Closed

Microsoft.AspNetCore.Identity:2.2.0 #49101

kevinvavelin opened this issue Jun 29, 2023 · 3 comments
Labels
area-identity Includes: Identity and providers ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. Status: Resolved

Comments

@kevinvavelin
Copy link

Package Id

Microsoft.AspNetCore.Identity

Package Version(s)

2.2.0

Additional details

Hi there,

I believe there is some mistake on package deprecation system. As Microsoft.AspNetCore.Identity is widely used across asp.net core projects, nothing is documented about the package that will replace the identity package.

Is it a mistake or we already have some package to replace it ?

Kind regards,
Kevin Vavelin

@mairaw mairaw transferred this issue from dotnet/core Jun 30, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Jun 30, 2023
@martincostello
Copy link
Member

This package has been part of the ASP.NET Core Shared Framework since .NET Core 3.0. This means it no longer ships as an independent NuGet package, which is why there aren't any versions newer than 2.2.0 in NuGet.org.

If you need to reference the package in a class library (rather than an web application), then you can consume it using a framework reference.

@martincostello martincostello added the ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. label Jun 30, 2023
@ghost ghost added the Status: Resolved label Jun 30, 2023
@kevinvavelin
Copy link
Author

Oh I see, it's mostly because Visual Studio still raise an error and suggest to install the package from nuget.

Thanks for clarification

@ghost
Copy link

ghost commented Jul 1, 2023

This issue has been resolved and has not had any activity for 1 day. It will be closed for housekeeping purposes.

See our Issue Management Policies for more information.

@ghost ghost closed this as completed Jul 1, 2023
@dotnet dotnet locked as resolved and limited conversation to collaborators Jul 31, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-identity Includes: Identity and providers ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. Status: Resolved
Projects
None yet
Development

No branches or pull requests

2 participants