如果你使用命令:
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
如果你使用命令:
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刪除。