Entity Framework Core ツールをコマンドラインから更新する方法

Entity Framework Core を使っていると以下のようなメッセージによく出くわします。 The Entity Framework tools version '5.0.2' is older than that of the runtime '5.0.3'. Update the tools for the latest features and bug fixes. こんなメッセージが出たら、 Entity Framework Core のツールをアップデートしまし…