System.Threading.Tasks (4.0.11)
Published 2023-05-05 11:43:22 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.0.11 System.Threading.Tasks
About this package
Provides types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types: System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter System.Threading.Tasks.TaskCompletionSource System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 1.0.1 | .NETCore5.0 |
Microsoft.NETCore.Targets | 1.0.1 | .NETCore5.0 |
System.Runtime | 4.1.0 | .NETCore5.0 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.0 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.0 |
System.Runtime | 4.1.0 | .NETStandard1.0 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.3 |
System.Runtime | 4.1.0 | .NETStandard1.3 |