<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />
System.Runtime.Versioning.OSPlatformAttribute
namespace System.
Runtime.
Versioning
{
internal abstract class OSPlatformAttribute :
Attribute
{
public string PlatformName { get; }
}
}