Following this Microsoft Tutorial when I run the PM> Add-Migration MyFirstMigration
command in VS2015 project created from the same tutorial I get the following error that I can't resolve:
More than one DbContext was found. Specify which one to use.
Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet commands.
Point to note
- I'm using the above tutorial with the exception that I'm using
Individual User Account
authentication instead ofNo Authentication
used in the tutorial. - I've latest release of
ASP.NeT Core 1.0 and VS2015-Update 3 on windows 8.1
- This is a freshly created project. No other DbContext was manually installed