Answers for "The EF Core tools version '2.1.2-rtm-30932' is older than that of the runtime '2.1.11-servicing-32099'. 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

Code answers related to "The EF Core tools version '2.1.2-rtm-30932' is older than that of the runtime '2.1.11-servicing-32099'. Update the tools for the latest features and bug fixes."

Browse Popular Code Answers by Language