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