System.Drawing.Common by Microsoft

<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.4.20251.6" />

 System.Drawing.Common 5.0.0-preview.4.20251.6

Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon When using NuGet 3.x this package requires at least version 3.4.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>System.Drawing.Common</id>
    <version>5.0.0-preview.4.20251.6</version>
    <title>System.Drawing.Common</title>
    <authors>Microsoft</authors>
    <owners>microsoft,dotnetframework</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/dotnet/runtime</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Provides access to GDI+ graphics functionality.

Commonly Used Types:
System.Drawing.Bitmap
System.Drawing.BitmapData
System.Drawing.Brush
System.Drawing.Font
System.Drawing.Graphics
System.Drawing.Icon
 
When using NuGet 3.x this package requires at least version 3.4.</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <serviceable>true</serviceable>
    <repository type="git" url="git://github.com/dotnet/runtime" commit="47ec733ba79b196e4e09d0c89bad245155002353" />
    <dependencies>
      <group targetFramework="MonoAndroid1.0" />
      <group targetFramework="MonoTouch1.0" />
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETCoreApp2.0">
        <dependency id="Microsoft.NETCore.Platforms" version="5.0.0-preview.4.20251.6" />
        <dependency id="Microsoft.Win32.SystemEvents" version="5.0.0-preview.4.20251.6" exclude="Compile" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Microsoft.NETCore.Platforms" version="5.0.0-preview.4.20251.6" />
        <dependency id="Microsoft.Win32.SystemEvents" version="5.0.0-preview.4.20251.6" exclude="Compile" />
      </group>
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework="Xamarin.iOS1.0" />
      <group targetFramework="Xamarin.Mac2.0" />
      <group targetFramework="Xamarin.TVOS1.0" />
      <group targetFramework="Xamarin.WatchOS1.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.6.1" />
    </frameworkAssemblies>
  </metadata>
</package>