AspNetCore.Docs/aspnetcore/includes/scaffold-identity/install-pkg.md

654 B

no-loc
Home
Privacy
Kestrel
appsettings.json
ASP.NET Core Identity
cookie
Cookie
Blazor
Blazor Server
Blazor WebAssembly
Identity
Let's Encrypt
Razor
SignalR

Install the Microsoft.VisualStudio.Web.CodeGeneration.Design NuGet package:

Visual Studio

In the Visual Studio Package Manager Console:

Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design

.NET Core CLI

dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design