Microsoft.Bcl.AsyncInterfaces (6.0.0)
Published 2023-05-05 11:29:25 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 6.0.0 Microsoft.Bcl.AsyncInterfaces
About this package
Provides the IAsyncEnumerable 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.
Commonly Used Types: System.IAsyncDisposable System.Collections.Generic.IAsyncEnumerable System.Collections.Generic.IAsyncEnumerator
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Threading.Tasks.Extensions | 4.5.4 | .NETFramework4.6.1 |
System.Threading.Tasks.Extensions | 4.5.4 | .NETStandard2.0 |