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

如果你使用命令:

PM> add-migration Inital

提示如下信息时:

The EF Core tools version '2.1.1-rtm-30846' is older than that of the runtime '2.1.4-rtm-31024'

解决方法大致一下几种:

 

解决办法:

dotnet tool update --global dotnet-ef --version 3.1.0
posted @ 2020-03-05 16:35  跟着阿笨一起玩.NET  阅读(1410)  评论(0编辑  收藏  举报