I am trying to reference System.Drawing in a .net core console app targeting net46 but the assembly is not there. According to MS if you use dotnetcore System.Drawing is not
Add NuGet reference Microsoft.Windows.Compatibility
Microsoft.Windows.Compatibility
Notice: mark "Include prerelease"
Of course, it works only if prerelease packages are OK for you.