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>2016-06-27 21:55:01 +0300
committerEric Mellino <erme@microsoft.com>2016-06-27 21:56:53 +0300
commit02e59e6c09137dc4fcaadc3e0253a6c17ad58c58 (patch)
tree2e5308cd44655d3ba35b652ac43f4d55d0506640 /pkg/descriptions.json
parente132992cbc88c0085006e0f00f16e9e4b1373c2a (diff)
Add a meta-package for System.Composition
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 141e7ced2e..5f1437cf97 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -331,6 +331,18 @@
]
},
{
+ "Name": "System.Composition",
+ "Description": "This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.",
+ "CommonTypes": [
+ "System.Composition.ExportAttribute",
+ "System.Composition.ImportAttribute",
+ "System.Composition.Convention.ConventionBuilder",
+ "System.Composition.Hosting.CompositionHost",
+ "System.Composition.CompositionContext",
+ "System.Composition.CompositionContextExtensions",
+ ]
+ },
+ {
"Name": "System.Composition.AttributedModel",
"Description": "Provides common attributes used by System.Composition types.",
"CommonTypes": [