<PackageReference Include="System.Threading.Tasks" Version="4.0.10-beta-22816" />

System.Threading.Tasks 4.0.10-beta-22816

Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>System.Threading.Tasks</id>
    <version>4.0.10-beta-22816</version>
    <title>System.Threading.Tasks</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Provides types that simplify the work of writing concurrent and asynchronous code.

Commonly Used Types:
System.Threading.Tasks.Task&lt;TResult&gt;
System.Runtime.CompilerServices.TaskAwaiter&lt;TResult&gt;
System.Threading.Tasks.TaskCompletionSource&lt;TResult&gt;
System.Threading.Tasks.Task
System.OperationCanceledException
System.AggregateException</description>
    <summary>Provides types that simplify the work of writing concurrent and asynchronous code.</summary>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <dependencies>
      <dependency id="System.Runtime" version="4.0.20-beta-22816" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>