AspNetCore.Docs/aspnetcore/includes/ef-cli.md

10 lines
443 B
Markdown

---
no-loc: [Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
---
If `dotnet ef` has not been installed, install it as a global tool:
```dotnetcli
dotnet tool install --global dotnet-ef
```
For more information on the CLI for EF Core, see [EF Core tools reference for .Net CLI](/ef/core/miscellaneous/cli/dotnet).