How to UPDATEEF Core tools in dotnet? When we use asp.net EF tools in VS 2017 package manager console we get some warning message about to update EF Core tools.
(1)By using command LINE, CMD or PowerShell for SPECIFIC version. dotnet tool update --GLOBAL dotnet-ef --version 3.1.0
(2)And for latest version use below command dotnet tool update --global dotnet-ef