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

2020-10-20 17:57:28 | .NET | 2k+ Reads

Solution:

the EF core tools version needs to be updated please executed this in CMD:

dotnet tool update -g dotnet-ef

 

This article was last edited at 2020-10-20 17:58:59