Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.Bcl.Async.1.0.16.nuspec « Microsoft.Bcl.Async.1.0.16 « packages « Source « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18d26668d89687072e1ff9182ce44346e8995b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.Bcl.Async</id>
    <version>1.0.16</version>
    <title>Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5 and 8</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296434</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkID=280056</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This package enables Visual Studio 2012 projects targeting .NET Framework 4 (with KB2468871), Silverlight 4 and 5, and Windows Phone 7.5 (including any portable library combinations) to use the new 'async' and 'await' keywords. This package also includes Task-based extension methods that allow using some of the existing asynchronous APIs with the new language keywords. Windows Phone 8 projects can use this package to get access to async extension methods for the networking types.

This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5 or .NET for Windows Store apps when consuming a library that uses this package. For known issues, please see: http://blogs.msdn.com/b/bclteam/p/asynctargetingpackkb.aspx.</description>
    <summary>Enables usage of the 'async' and 'await' keywords from projects targeting .NET Framework 4 (with KB2468871), Silverlight 4 and 5, and Windows Phone 7.5 and 8.</summary>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>BCL Microsoft System Async Await Asynchronous</tags>
    <dependencies>
      <dependency id="Microsoft.Bcl" version="1.0.19" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
    <references>
      <reference file="Microsoft.Threading.Tasks.dll" />
      <reference file="Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
      <reference file="Microsoft.Threading.Tasks.Extensions.dll" />
      <reference file="Microsoft.Threading.Tasks.Extensions.Phone.dll" />
      <reference file="Microsoft.Threading.Tasks.Extensions.Silverlight.dll" />
    </references>
  </metadata>
</package>