<PackageReference Include="System.Threading.Tasks" Version="3.0.0" />

System.Threading.Tasks 3.0.0

This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <version>3.0</version>
    <authors>Robert McLaws,Jrmie "Garuma" Laval</authors>
    <owners>Robert McLaws</owners>
    <licenseUrl>http://www.mono-project.com/Licensing</licenseUrl>
    <projectUrl>http://robertmclaws.com/nuget-packages/system-threading-tasks-for-silverlight</projectUrl>
    <id>System.Threading.Tasks</id>
    <title>Task Parallel Library for Silverlight, Windows Phone, and .NET 3.5</title>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.</description>
    <summary>This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, SL3, SL4, SL5, WP7, and WP7.1.</summary>
    <releaseNotes>Version 3.0 - Updates the package to Mono 2.12. Excludes the Task.Unwrap() function from SL5. Adds support for .NET 3.5. See Project Site for more details.

Version 2.1.2 - Fixes a bug in Task.FromAsync() that does not return the TaskState in certain situations.

Version 2.1 - This version adds support for Silverlight 5, removing the classes (Primarily in System.Threading.Tasks) now included in the core runtime.</releaseNotes>
    <tags>TPL</tags>
  </metadata>
</package>