Skip to content

Instantly share code, notes, and snippets.

@JuergenGutsch
Created November 25, 2022 13:33
Show Gist options
  • Save JuergenGutsch/895f734ff209b814d2c1e2d38abdddd8 to your computer and use it in GitHub Desktop.
Save JuergenGutsch/895f734ff209b814d2c1e2d38abdddd8 to your computer and use it in GitHub Desktop.
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