Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-07-14 02:28:09 +0300
committerEric Mellino <erme@microsoft.com>2017-08-02 22:55:16 +0300
commit15b7f8641c80d97de0a8aeeb7d1a637f91ce1578 (patch)
tree49db3cdcd80ea78d0aa20de94a9fccec461eecf0 /pkg/descriptions.json
parent87b5a4e596fc5228aed49a08baf3bf490cd4d23b (diff)
Add nuget package configuration for System.Drawing.Common.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index f8fec250f2..7abfe2f4bc 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -608,6 +608,18 @@
]
},
{
+ "Name": "System.Drawing.Common",
+ "Description": "Provides access to GDI+ graphics functionality.",
+ "CommonTypes": [
+ "System.Drawing.Bitmap",
+ "System.Drawing.BitmapData",
+ "System.Drawing.Brush",
+ "System.Drawing.Font",
+ "System.Drawing.Graphics",
+ "System.Drawing.Icon",
+ ]
+ },
+ {
"Name": "System.Dynamic.Runtime",
"Description": "Provides classes and interfaces that support the Dynamic Language Runtime (DLR).",
"CommonTypes": [