您好 我想创建一个类库(.NET标准),我正在使用System.Drawing,但是我收到错误:
CS0246 C# The type or namespace name 'Bitmap' could not be found (are you missing a using directive or an assembly reference?)
我正在使用.NET Standard 2.0.谢谢.
c# system.drawing class-library bitmap
bitmap ×1
c# ×1
class-library ×1
system.drawing ×1