I tried to run the command \'Enable-Migrations\' in a new project and I got the message:
PM> Enable-Migrations The term \'Enable-Migrations\' is not recog
In .NET Core, I was able to reach the same resolution as described in the accepted answer, by entering the following in package manager console:
Install-Package EntityFramework.Core -Pre