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
path: root/pkg
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2016-09-22 21:49:37 +0300
committerGitHub <noreply@github.com>2016-09-22 21:49:37 +0300
commit93470c7590b38a509f0bcdd75ec2d7114da5f819 (patch)
treefcc20e3013c311db8ca4bb5924a83aeb8c92f6e2 /pkg
parentf3d245ac4107c6da8c907808de674a7e1fcdd64a (diff)
Port S.Drawing types and converters. (#11731)
* Port S.Drawing types and converters. Fixes #11545 * Update dependencies * Address nits. * Update Dependencies * Address Review feedback
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json2
-rw-r--r--pkg/descriptions.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index bd31ec1d2b..787b72effc 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -942,7 +942,7 @@
"BaselineVersion": "4.0.0",
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
- "4.0.1.0": "4.3.0"
+ "4.1.0.0": "4.3.0"
}
},
"System.Dynamic.Runtime": {
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 311636a914..a71418fe78 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -545,6 +545,7 @@
"Name": "System.Drawing.Primitives",
"Description": "Provides basic drawing primitive structures, that exposes the corresponding System.Drawing.dll types in .NET Core.",
"CommonTypes": [
+ "System.Drawing.Color",
"System.Drawing.Point",
"System.Drawing.PointF",
"System.Drawing.Size",