I have a .NET Standard 2.0 project which uses EF Core via the Nuget package Microsoft.EntityFrameworkCore. Below is the relevant PropertyGroup from the *.csproj file:...<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2....