Как обновить базу данных с помощью миграции ядра entityfamework?
I am new to Asp.net Core. I have installed Entity FrameWork Package into my solution using the Nuget package. When I run the update-database command, I get the following error. Your project does not contain reference for EntityFramework. Ensure your target project is correct, install the package and try again.
Это мой файл .csproj
<itemgroup>
<packagereference include="EntityFramework" version="6.4.4">
Что я уже пробовал:
Я установил пакет Entity Framework с последней версией..