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

Dependence on a deprecated package Microsoft.AspNetCore.Identity #774

Open
malisancube opened this issue Dec 19, 2023 · 4 comments
Open
Labels

Comments

@malisancube
Copy link

Are there any ideas around what could be done relating to this?

@AndrewTriesToCode
Copy link
Sponsor Contributor

Hi, can you provide a little more detail for me. What is your project type?

@malisancube
Copy link
Author

Noticed you have a MultiTenantIdentityDbContext and this is used by MultiTenantIdentityDbContext

Its based on deprecated package.

@AndrewTriesToCode
Copy link
Sponsor Contributor

The namespace is not deprecated only the package with that same name. If you look at the project file you’ll see there is no dependency on the Microsoft.AspNetCore.Identity package.

@AndrewTriesToCode
Copy link
Sponsor Contributor

Just to be sure I checked Microsoft’s current project templates and they contain the same using Microsoft.AspNetCore.Identity statement in their official templates for .NET 8

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

No branches or pull requests

2 participants