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
I was able to replace System.Drawing with a multi-platform library called SkiaSharp. IF you're running on linux, you can also install this nuget so that you don't have to install the dependencies manually.