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 Ghiondea <ghiondea.alexandru@microsoft.com>2016-10-03 21:21:28 +0300
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>2016-10-04 20:27:33 +0300
commit94f14819050dc7e6dbe4f2b0cfc1eb47f3b3429e (patch)
tree3af29dab2e3faa51c5828eeb51885d2c755a1ef2 /pkg
parent2efda521e46ed6b3a341a847209b24c6f516b156 (diff)
Introduce Component as the base type for a few components
The following types were changed to derive from Component: - WebClient - FileSystemWatcher - Ping - BackgroundWorker - Process - ProcessModule - ProcessThread
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 51c6beca4f..b237a89710 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -880,7 +880,7 @@
"4.0.0.0": "4.0.0",
"4.0.10.0": "4.0.10",
"4.0.11.0": "4.0.11",
- "4.0.12.0": "4.3.0"
+ "4.1.0.0": "4.3.0"
}
},
"System.ComponentModel.Primitives": {
@@ -995,7 +995,7 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.1.0",
"4.1.0.0": "4.1.0",
- "4.1.1.0": "4.3.0"
+ "4.2.0.0": "4.3.0"
}
},
"System.Diagnostics.StackTrace": {