1<?xml version="1.0" encoding="utf-8"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3  <metadata minClientVersion="2.12">
4    <id>runtime.any.System.Collections</id>
5    <version>4.3.0</version>
6    <title>runtime.any.System.Collections</title>
7    <authors>Microsoft</authors>
8    <owners>microsoft,dotnetframework</owners>
9    <requireLicenseAcceptance>true</requireLicenseAcceptance>
10    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
11    <projectUrl>https://dot.net/</projectUrl>
12    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
13    <description>Internal implementation package not meant for direct consumption.  Please do not reference directly.
14Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
15
16Commonly Used Types:
17System.Collections.Generic.List&lt;T&gt;
18System.Collections.Generic.Dictionary&lt;TKey, TValue&gt;
19System.Collections.Generic.Queue&lt;T&gt;
20System.Collections.Generic.Stack&lt;T&gt;
21System.Collections.Generic.HashSet&lt;T&gt;
22System.Collections.Generic.LinkedList&lt;T&gt;
23System.Collections.Generic.EqualityComparer&lt;T&gt;
24System.Collections.Generic.Comparer&lt;T&gt;
25System.Collections.Generic.SortedDictionary&lt;TKey, TValue&gt;
26
27When using NuGet 3.x this package requires at least version 3.4.</description>
28    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
29    <copyright>© Microsoft Corporation.  All rights reserved.</copyright>
30    <serviceable>true</serviceable>
31    <dependencies>
32      <group targetFramework="MonoAndroid1.0" />
33      <group targetFramework="MonoTouch1.0" />
34      <group targetFramework=".NETFramework4.5" />
35      <group targetFramework=".NETCore5.0">
36        <dependency id="System.Runtime" version="4.3.0" />
37      </group>
38      <group targetFramework=".NETStandard1.3">
39        <dependency id="System.Runtime" version="4.3.0" />
40      </group>
41      <group targetFramework="Windows8.0" />
42      <group targetFramework="WindowsPhone8.0" />
43      <group targetFramework="WindowsPhoneApp8.1" />
44      <group targetFramework="Xamarin.iOS1.0" />
45      <group targetFramework="Xamarin.Mac2.0" />
46      <group targetFramework="Xamarin.TVOS1.0" />
47      <group targetFramework="Xamarin.WatchOS1.0" />
48    </dependencies>
49  </metadata>
50</package>