0

Am having a challenge while running, migrations with entity framework MVC on Mac, am using CLI with an SDK of .net version 2.2.

Below is the command am using :

dotnet ef migrations add MyFirstMigration

But am getting this error :

The specified deps.json [/Users/idrislutaaya/Desktop/Workspace/LibraryManagement/bin/Debug/netcoreapp2.2/LibraryManagement.deps.json] does not exist

Tried some previous solutions here but no luck e.g Example 1

What is the solution for this?

Lutaaya Huzaifah Idris
  • 3,596
  • 8
  • 38
  • 77

1 Answers1

0

I resolved this issue on Mac by uninstalling all the dotnet SDK versions I had, then after I installed only one version (2.2.300).

I the versions were conflicting.

Lutaaya Huzaifah Idris
  • 3,596
  • 8
  • 38
  • 77