1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3  <metadata>
4    <id>System.Collections</id>
5    <version>4.0.0</version>
6    <title>System.Collections</title>
7    <authors>Microsoft</authors>
8    <owners>Microsoft</owners>
9    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
10    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
11    <requireLicenseAcceptance>true</requireLicenseAcceptance>
12    <description>Provides 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.
13
14Commonly Used Types:
15System.Collections.Generic.List&lt;T&gt;
16System.Collections.Generic.Dictionary&lt;TKey, TValue&gt;
17System.Collections.Generic.Queue&lt;T&gt;
18System.Collections.Generic.Stack&lt;T&gt;
19System.Collections.Generic.HashSet&lt;T&gt;
20System.Collections.Generic.LinkedList&lt;T&gt;
21System.Collections.Generic.EqualityComparer&lt;T&gt;
22System.Collections.Generic.Comparer&lt;T&gt;
23System.Collections.Generic.SortedDictionary&lt;TKey, TValue&gt;</description>
24    <summary>Provides 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.</summary>
25    <copyright>Copyright © Microsoft Corporation</copyright>
26    <dependencies>
27      <group targetFramework=".NETPlatform5.0">
28        <dependency id="System.Runtime" version="4.0.0" />
29      </group>
30      <group targetFramework="Windows8.0" />
31      <group targetFramework=".NETFramework4.5" />
32      <group targetFramework="MonoAndroid1.0" />
33      <group targetFramework="MonoTouch1.0" />
34      <group targetFramework="WindowsPhone8.0" />
35      <group targetFramework="WindowsPhoneApp8.1" />
36      <group targetFramework="Xamarin.iOS1.0" />
37      <group targetFramework="Xamarin.Mac2.0" />
38      <group targetFramework=".NETCore5.0">
39        <dependency id="System.Runtime" version="4.0.0" />
40      </group>
41    </dependencies>
42  </metadata>
43</package>