Background: The project we are wokring on consists of several solutions that share two libraries. Everything is written in .NET Framework 4.6.1
today.
Given that we only need EntityFramework 6.2.0
to work with both .NET Framework
and .NET Core
this will be solved in .NET Core 3
.
.NET Core 3 is a major update which adds support for building Windows desktop applications using Windows Presentation Foundation (WPF), Windows Forms, and Entity Framework 6 (EF6).
https://blogs.msdn.microsoft.com/dotnet/2018/12/04/announcing-net-core-3-preview-1-and-open-sourcing-windows-desktop-frameworks/