Created
November 25, 2022 13:33
-
-
Save JuergenGutsch/895f734ff209b814d2c1e2d38abdddd8 to your computer and use it in GitHub Desktop.
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
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design | |
dotnet add package Microsoft.EntityFramework.Design | |
dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore | |
dotnet add package Microsoft.AspNetCore.Identity.UI | |
dotnet add package Microsoft.EntityFrameworkCore.SqlServer | |
dotnet add package Microsoft.EntityFrameworkCore.Tools | |
dotnet aspnet-codegenerator identity -dc AuthSample.Data.ApplicationDbContext --files "Account.Register" -sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment