2020-06-30 10:22:11 +08:00
|
|
|
If `dotnet ef` has not been installed, install it as a global tool:
|
|
|
|
|
|
|
|
```dotnetcli
|
|
|
|
dotnet tool install --global dotnet-ef
|
|
|
|
```
|
|
|
|
|
2020-01-31 06:50:50 +08:00
|
|
|
For more information on the CLI for EF Core, see [EF Core tools reference for .Net CLI](/ef/core/miscellaneous/cli/dotnet).
|