Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am looking for the .NET 4.0 version of the TPL dataflow library.

The Nuget package has a 4.0 version of the library, but it seems to target .NET 4.5.

I found various references to a 4.0 version, like in this forum:

http://social.msdn.microsoft.com/Forums/en-US/tpldataflow/thread/6206c714-6dee-4d17-a880-26d0c137a167

But the link mentioned just redirects me to the Nuget page of the library.

Does anyone know where I can find a working version that targets .NET 4.0?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
596 views
Welcome To Ask or Share your Answers For Others

1 Answer

I wrote Steve from the TPL dataflow team about this problem and he responded me with the following download link:

http://download.microsoft.com/download/F/9/6/F967673D-58D6-4E3F-8CA9-11769A0A63B1/TPLDataflow.msi

This is a CTP version, but the date matches the Nuget package with version number 4.0, so I think it's the latest version that was compiled against .NET 4.0.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...