I installed all necessary packages, but after making first migration
dotnet ef migrations add InitialMigration
I got error CS0234 The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Then I reinstalled Microsoft.EntityFrameworkCore and everything was fine, zero errors in editor, but after trying to make migration again I got the same error.
How to fix this?