Skip to content

Instantly share code, notes, and snippets.

@mellinoe
Created June 27, 2016 18:58
Show Gist options
  • Save mellinoe/1463ef642b649bd45551181dd6bfaddb to your computer and use it in GitHub Desktop.
Save mellinoe/1463ef642b649bd45551181dd6bfaddb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>System.Composition</id>
<version>1.0.31-beta-24223-0</version>
<title>System.Composition</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<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.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
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>
<dependency id="System.Composition.AttributedModel" version="1.0.31-beta-24223-0" />
<dependency id="System.Composition.Convention" version="1.0.31-beta-24223-0" />
<dependency id="System.Composition.Hosting" version="1.0.31-beta-24223-0" />
<dependency id="System.Composition.Runtime" version="1.0.31-beta-24223-0" />
<dependency id="System.Composition.TypedParts" version="1.0.31-beta-24223-0" />
</dependencies>
</metadata>
<files>
<file src="D:\OSS\corefx\pkg\dotnet_library_license.txt" target="" exclude="" />
<file src="D:\OSS\corefx\pkg\ThirdPartyNotices.txt" target="" exclude="" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment