N12. 使用 Identity Server 身份验证 - densen2014/Blazor100 GitHub Wiki

Blazor学习笔记三:使用 Identity Server 身份验证

dotnet tool update --global dotnet-ef
dotnet tool update dotnet-ef
dotnet ef migrations add InitialCreate
dotnet ef database update