summaryrefslogtreecommitdiff
path: root/.packages/system.drawing.common/4.7.0-preview3.19551.4/system.drawing.common.nuspec
blob: c272a796e61f6f4d774d503509bfbf5a604b9f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>System.Drawing.Common</id>
    <version>4.7.0-preview3.19551.4</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>
    <projectUrl>https://github.com/dotnet/corefx</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>
    <dependencies>
      <group targetFramework="MonoAndroid1.0" />
      <group targetFramework="MonoTouch1.0" />
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETCoreApp2.0">
        <dependency id="Microsoft.NETCore.Platforms" version="3.1.0-preview3.19551.4" />
        <dependency id="Microsoft.Win32.SystemEvents" version="4.7.0-preview3.19551.4" exclude="Compile" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Microsoft.NETCore.Platforms" version="3.1.0-preview3.19551.4" />
        <dependency id="Microsoft.Win32.SystemEvents" version="4.7.0-preview3.19551.4" 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>