Microsoft.Bcl.AsyncInterfaces.nuspec 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Bcl.AsyncInterfaces</id>
  5. <version>7.0.0</version>
  6. <authors>Microsoft</authors>
  7. <license type="expression">MIT</license>
  8. <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
  9. <icon>Icon.png</icon>
  10. <projectUrl>https://dot.net/</projectUrl>
  11. <description>Provides the IAsyncEnumerable&lt;T&gt; and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
  12. Commonly Used Types:
  13. System.IAsyncDisposable
  14. System.Collections.Generic.IAsyncEnumerable
  15. System.Collections.Generic.IAsyncEnumerator</description>
  16. <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
  17. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  18. <serviceable>true</serviceable>
  19. <repository type="git" url="https://github.com/dotnet/runtime" commit="d099f075e45d2aa6007a22b71b45a08758559f80" />
  20. <dependencies>
  21. <group targetFramework=".NETFramework4.6.2">
  22. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  23. </group>
  24. <group targetFramework=".NETStandard2.0">
  25. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  26. </group>
  27. <group targetFramework=".NETStandard2.1" />
  28. </dependencies>
  29. </metadata>
  30. </package>