Both Entity Framework Core and Entity Framework 6 are installed?

Read Time:19 Second
Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use 'EntityFramework\Add-Migration' for Entity Framework 6.
Build Failed.
The solution is simple - when running migration commands, as per the warning, always qualify the commands with the fully qualified:

EntityFramework6\Add-Migration Foo
EntityFramework6\Update-Database

or

EntityFrameworkCore\Add-Migration Foo
EntityFrameworkCore\Update-Database
Happy
Happy
0 %
Sad
Sad
50 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
50 %