I have recently started ASP.net core project with multilayered architecture, where CatalogDbContext and StartUp class in different layers:...I want to add migrations to DroneStore.Data layer. I change in command prompt current directory to ../DroneStore.D...