Microsoft.Bcl.AsyncInterfaces.nuspec 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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>8.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. <readme>PACKAGE.md</readme>
  11. <projectUrl>https://dot.net/</projectUrl>
  12. <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.
  13. Commonly Used Types:
  14. System.IAsyncDisposable
  15. System.Collections.Generic.IAsyncEnumerable
  16. System.Collections.Generic.IAsyncEnumerator</description>
  17. <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
  18. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  19. <serviceable>true</serviceable>
  20. <repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
  21. <dependencies>
  22. <group targetFramework=".NETFramework4.6.2">
  23. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  24. </group>
  25. <group targetFramework=".NETStandard2.0">
  26. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  27. </group>
  28. <group targetFramework=".NETStandard2.1" />
  29. </dependencies>
  30. </metadata>
  31. </package>