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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM