打开cmd:
1、安装 dotnet 全局工具 ,c:\dotnet-tools 为全局工具安装目录
dotnet tool install dotnetsay --tool-path c:\dotnet-tools
2、安装 dotnet-ef 工具
dotnet tool update --global dotnet-ef
验证:
dotnet ef -h
打开cmd:
1、安装 dotnet 全局工具 ,c:\dotnet-tools 为全局工具安装目录
dotnet tool install dotnetsay --tool-path c:\dotnet-tools
2、安装 dotnet-ef 工具
dotnet tool update --global dotnet-ef
验证:
dotnet ef -h