I'm working on a project in Visual Studio 2015 targeting .Net Framework 4.6.2 and using EntityFrameworkCore 2.0.0.
Now I would like to update EF Core to version 2.2.0 (or at least 2.1.0, need lazy loading and value conversions) using NuGet but any attempt is failing.
Error Message is always: "Could not install package 'Microsoft.EntityFrameworkCore.Relational 2.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', but the package does not contain any assembly references or content files that are compatible with that framework"
I also tried in Visual Studio 2017, same error. Any Idea is welcome
This other post Entity Framework Core 2.0 on .NET 4.6.1 did not help me