Ef core migrations in full .net project in VSTS
问题 I have created a .net core web app targeting the full .net framework I Have created a class library (.net framework) In this dll I have referenced ef core and created a context. Migrations work when I use the package manager. The Problem I am currently facing I need to be able to use migrations during a VSTS deployment. I have tried creating a powershell deployment script in VSTS to call dotnet-ef commands. This doesn't work, because I can't install Microsoft.EntityFrameworkCore.Tools.DotNet