📜  实体框架工具版本“5.0.3”比运行时“5.0.5”旧.更新工具以获取最新功能和错误修复. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:24.111000             🧑  作者: Mango

代码示例1
Use command line, Cmd or PowerShell for specific version:

dotnet tool update --global dotnet-ef --version 3.1.0

or for latest version use (works also for reinstallation):

dotnet tool update --global dotnet-ef