Answers for "The Entity Framework tools version '2.1.1-rtm-30846' is older than that of the runtime '5.0.0'. Update the tools for the latest features and bug fixes."

2

The EF Core tools version '3.1.0' is older than that of the runtime '3.1.3'

Use command line, Cmd or PowerShell for specific version:

dotnet tool update --global dotnet-ef --version 3.1.0

or

dotnet tool update --global dotnet-ef
Posted by: Guest on April-27-2020
1

The Entity Framework tools version '5.0.3' is older than that of the runtime '5.0.5'. Update the tools for the latest features and bug fixes.

Use command line, Cmd or PowerShell for specific version:

dotnet tool update --global dotnet-ef --version 3.1.0

or for latest version use (works also for reinstallation):

dotnet tool update --global dotnet-ef
Posted by: Guest on May-08-2021

Code answers related to "The Entity Framework tools version '2.1.1-rtm-30846' is older than that of the runtime '5.0.0'. Update the tools for the latest features and bug fixes."

Browse Popular Code Answers by Language