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
|
|
|
|
```
|
|
|
|
|
2022-10-26 04:56:30 +08:00
|
|
|
For more information on the CLI for EF Core, see [EF Core tools reference for the .NET CLI](/ef/core/miscellaneous/cli/dotnet).
|
2023-07-28 05:35:42 +08:00
|
|
|
|
|
|
|
[!INCLUDE[](~/includes/dotnet-tool-install-arch-options.md)]
|