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)
-
0
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