add-migration
のとき、この警告が表示されました。
The EF Core tools version '2.1.1-rtm-30846' is older than that of the runtime '2.1.4-rtm-31024'. Update the tools for the latest features and bug fixes.
DotNET Core SDKの更新を除いて、これを更新する方法についての情報は見つかりませんでしたが、これはうまくいきませんでした。
パッケージマネージャーコンソールを使用してツールを更新します。
Install-Package Microsoft.EntityFrameworkCore.Tools -Version 2.1.4
このリンクを参照してください https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/