打开 关闭

The Entity Framework tools version 'X.X.X' is older than that of the runtime 'Y.Y.Y' #720


User avatar
0
alper 创建
支持团队 Director

I get this error after updating my ABP packages.

The Entity Framework tools version '3.1.3' is older than that of the runtime '5.0.1'.

1 答案
  • User Avatar
    0
    alper 创建
    支持团队 Director

    When you see this error update your EF Core CLI with the below command

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