Hi!
I am new to Visual Studio and C#.
I'm trying to get through the Create a web app with ASP.NET Core MVC using Visual Studio tutorial and publish the result to Azure. In my instructions for Azure publishing there is an option for adding a migration of Entity Framework. But when i try it it does not appear in the publish view. (instructions comes from a course, but the course is finished so i cannot ask the teacher any more)
My instructions screenshot:
My Visual Studio screen:
How do i make sure that the Entity Framework Migrations option is visible?
Thanks for any help or thoughts!