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版本不相符的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

使用容器编排处理 EF Core 迁移

在.NET Core类库中使用EF Core迁移数据库到SQL Server

从 EF Core 5 迁移到 EF Core 6 时出错

从 EF6 迁移到 EF Core 2.0

EF Core ASP.Net Core 编辑迁移

text EF Core 2 - 代码优先迁移