简体   繁体   中英

How to use the System.Threading.Tasks Class on .NET Framework 3.5

Now, the based project has used System.Threading.Tasks Class on .NET Framework 4.0 , but need to target for .NET Framework 3.5 how to do it? Import any dll? thanks for your answer.

I think System.Threading.Tasks.Unofficial or TaskParallelLibrary are good choices for you. Take a look at the following packages on NuGet :

https://www.nuget.org/packages/System.Threading.Tasks.Unofficial/

https://www.nuget.org/packages/TaskParallelLibrary/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM