-1

I need to install system.threading.task.dataflow library in a project targeting .netv 4 client profile. How can I install it in my project as I cannot update my project framework?

Thanks in advance if anyone helps.

saba
  • 9
  • 3

1 Answers1

0

I have found the solution in case any other needs it I mention here:

Install-Package HomeLab.Tpl.DataFlow -Version 4.0.0

Install it through package manager console window.

saba
  • 9
  • 3