I want to make a Class Library (.NET Standard) and I'm using System.Drawing,
but I get the error:
CS0246 C# The type or namespace name 'Bitmap' could not be found (are you missing a using directive or an assembly reference?)
I'm using .NET Standard 2.0.
See Question&Answers more detail:os