EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案

项目迁移遇到问题

The Entity Framework tools version '5.0.8' is older than that of the runtime '5.0.10'. Update the tools for the latest features and bug fixes

 

EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案

 

 

 

第一步:执行命令

 1 dotnet tool update --global dotnet-ef 

第二步,vs  整个解决方案 搜索  EntityFrameworkCore.Tools

EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案

 

 

找到对应的项目文件,更新tools版本


EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案

 

 更新后,重启vs就可以了

 
上一篇:关于WSL中adb不能正常使用的问题


下一篇:‘javac’不是内部或外部命令,也不是可运行的程序或批处理文件。