EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案
Posted MrXiaoZ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
第一步:执行命令
1 dotnet tool update --global dotnet-ef
第二步,vs 整个解决方案 搜索 EntityFrameworkCore.Tools
找到对应的项目文件,更新tools版本
更新后,重启vs就可以了
以上是关于EF Core 迁移过程遇到EF Core tools version版本不相符的解决方案的主要内容,如果未能解决你的问题,请参考以下文章