I'm new to ASP.NET Core, as far as I understand to connect to an SQL Express db (or LocalDB) I need the EntityFramework installed. Trying to add it from the NuGet manager the installation is completed successfully but I get this warning:
The package 'EntityFramework 6.1.3' was restored by '.NETFramework,Verions=v4.6.1' and not by the destination framework of the project '.NETCoreApp,Version=v2.0'. This package might not be completely compatible with the project.
Please be aware this is my translation from the Italian, hence the actual English message may differ a bit.
I don't understand how to "restore" (maybe "install"?) the packages by the target framework.
packages.config? This is the version that NuGet will restore if it doesn't find the package in the solution'spackagesfolder