Net35.System.Threading.Tasks.Signed 3.0.1

dotnet add package Net35.System.Threading.Tasks.Signed --version 3.0.1
NuGet\Install-Package Net35.System.Threading.Tasks.Signed -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Net35.System.Threading.Tasks.Signed" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net35.System.Threading.Tasks.Signed --version 3.0.1
#r "nuget: Net35.System.Threading.Tasks.Signed, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Net35.System.Threading.Tasks.Signed as a Cake Addin
#addin nuget:?package=Net35.System.Threading.Tasks.Signed&version=3.0.1

// Install Net35.System.Threading.Tasks.Signed as a Cake Tool
#tool nuget:?package=Net35.System.Threading.Tasks.Signed&version=3.0.1

This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Net35.System.Threading.Tasks.Signed:

Package Downloads
VbPackage.Serilog

Simple .NET logging with fully-structured events

Serilog.VbPackage

Simple .NET logging with fully-structured events

VbPackage.VbPackage.Serilog

Simple .NET logging with fully-structured events

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 359 10/21/2022
1.0.0 245 1/14/2023

Version 3.0.1 - Removes the Func<> definitions from SL5, as they are already in the core runtime.
     Version 3.0 - Updates the package to Mono 2.12. Excludes the Task.Unwrap() function from SL5. Adds support for .NET 3.5. See Project Site for more details.

     Version 2.1.2 - Fixes a bug in Task.FromAsync() that does not return the TaskState in certain situations.

     Version 2.1 - This version adds support for Silverlight 5, removing the classes (Primarily in System.Threading.Tasks) now included in the core runtime.