Всякий раз, когда я хочу обновить ссылку на EFCore на версию 3 через NuGet в моем проекте NetFramework 4.8, я получаю эту ошибку.
Я подтверждаю, что на моей машине установлен Netcore 3.0 SDK.
![Visual studio error](https://i.stack.imgur.com/Y4zEl.png)
Could not install package 'Microsoft.EntityFrameworkCore 3.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.