- enable-migrations
- Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running. Use 'EntityFramework\Enable-Migrations' for Entity Framework 6.
- Enable-Migrations is obsolete. Use Add-Migration to start using Migrations.
- PM> add-migration
- cmdlet Add-Migration at command pipeline position 1
- Supply values for the following parameters:
- Name: Registration
- 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 started...
- Build succeeded.
- The EF Core tools version '3.1.3' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.
Hi Team
I need some help i cant execute my Add-Migration i often get this error every time. How do i resolve this