System.Linq.Async by .NET Foundation and Contributors

<PackageReference Include="System.Linq.Async" Version="5.1.0" />

.NET API 1,116,304 bytes

 System.Linq.Async 5.1.0

Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>System.Linq.Async</id>
    <version>5.1.0</version>
    <title>System.Linq.Async</title>
    <authors>.NET Foundation and Contributors</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/dotnet/reactive</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/dotnet/reactive/0f837d11385cfaf575861ccc5a5fbcafb22d888f/Rx.NET/Resources/Artwork/Logo.png</iconUrl>
    <description>Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable&lt;T&gt; sequences.</description>
    <copyright>Copyright (c) .NET Foundation and Contributors.</copyright>
    <tags>LINQ async streams query</tags>
    <repository type="git" url="https://github.com/dotnet/reactive" commit="e878589c5889ed19b2fd51c8b18f200c5e497011" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.1" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1" />
    </dependencies>
  </metadata>
</package>