Open Closed

The EF Core tools version 'X.X.X is older than that of the runtime 'Y.Y.Y' #407


User avatar
0
alper created
Support Team Director

I see the following error while I am generating a CRUD page with ABP Suite. And DB Migrations are not applied.

The EF Core tools version '3.1.5' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    If you see such an error while you are generating a page with ABP Suite, it means your current EF Core tools needs to be updated.

    The EF Core tools version '3.1.5' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.

    You can update it with the following

    dotnet tool update --global dotnet-ef
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11