スポンサーリンク

[ASP.NET] エラー:Your startup project ‘RestApiApp’ doesn’t reference Microsoft.EntityFrameworkCore.Design.

エラーの内容

dotnetコマンドでマイグレーションファイルを作る時に使ったときに以下のようなエラーが発生。

「Your startup project ‘RestApiApp’ doesn’t reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again」

エラーの解決方法

Microsoft.EntityFrameworkCore.Designがないと、マイグレーションファイルは作れないということなので、このnugetパッケージを入れることで解決しました。