Skip to content

Instantly share code, notes, and snippets.

@mellinoe
Created September 13, 2017 23:52
Show Gist options
  • Save mellinoe/31504172fa487acc94c62c5c6e5a0760 to your computer and use it in GitHub Desktop.
Save mellinoe/31504172fa487acc94c62c5c6e5a0760 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>Microsoft.NETFramework.Compatibility</id>
<version>2.1.0-preview1-25713-0</version>
<title>Microsoft.NETFramework.Compatibility</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>References a number of .NET Core libraries that are intended to provide support for more APIs that exist on .NET Framework.
99ac27f1223460424a2ebc0899895884e6c5c191
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="Microsoft.Win32.Registry" version="4.4.0" />
<dependency id="Microsoft.Win32.Registry.AccessControl" version="4.4.0" />
<dependency id="System.CodeDom" version="4.4.0" />
<dependency id="System.Configuration.ConfigurationManager" version="4.4.0" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
<dependency id="System.Drawing.Common" version="4.5.0-preview1-25713-0" />
<dependency id="System.IO.FileSystem.AccessControl" version="4.4.0" />
<dependency id="System.IO.Packaging" version="4.4.0" />
<dependency id="System.IO.Pipes.AccessControl" version="4.4.0" />
<dependency id="System.IO.Ports" version="4.4.0" />
<dependency id="System.Security.AccessControl" version="4.4.0" />
<dependency id="System.Security.Cryptography.Cng" version="4.4.0" />
<dependency id="System.Security.Cryptography.Pkcs" version="4.4.0" />
<dependency id="System.Security.Cryptography.ProtectedData" version="4.4.0" />
<dependency id="System.Security.Cryptography.Xml" version="4.4.0" />
<dependency id="System.Security.Permissions" version="4.4.0" />
<dependency id="System.Security.Principal.Windows" version="4.4.0" />
<dependency id="System.ServiceProcess.ServiceController" version="4.4.0" />
<dependency id="System.Text.Encoding.CodePages" version="4.4.0" />
<dependency id="System.Threading.AccessControl" version="4.4.0" />
</dependencies>
</metadata>
<files>
<file src="D:\OSS\corefx\LICENSE.TXT" target="" exclude="" />
<file src="D:\OSS\corefx\THIRD-PARTY-NOTICES.TXT" target="" exclude="" />
<file src="D:\OSS\corefx\bin\obj\version.txt" target="" exclude="" />
<file src="D:\OSS\corefx\pkg\useSharedDesignerContext.txt" target="" exclude="" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment