Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet version 2.1.5.0 has dependency on System.Threading.Tasks.Dataflow, Version=4.5.9.0 which is not correct? #18

Closed
StefH opened this issue Apr 27, 2015 · 5 comments

Comments

@StefH
Copy link
Contributor

StefH commented Apr 27, 2015

I'm using '2.1.5.0' from NuGet.

When starting an example, I get this error message:

Error 2 Assembly 'vtortola.WebSockets, Version=2.1.5.0, Culture=neutral, PublicKeyToken=null' uses 'System.Threading.Tasks.Dataflow, Version=4.5.14.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Threading.Tasks.Dataflow, Version=4.5.9.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' d:\Github\WebSocketTest\WebSocketTestSolution\packages\vtortola.WebSocketListener.2.1.5.0\lib\net45\vtortola.WebSockets.dll WebSocketTest

I can only solve this by upgrading TPL to version 4.5.14 and also updating my app.config file.

@StefH StefH changed the title Dependency on System.Threading.Tasks.Dataflow, Version=4.5.9.0 is not correct ? NuGet version 2.1.5.0 has dependency on System.Threading.Tasks.Dataflow, Version=4.5.9.0 which is not correct? Apr 27, 2015
@vtortola
Copy link
Owner

I will take a look

@vtortola
Copy link
Owner

You are right, the NuGet configuration has one version, but the assembly requires other. I will fix this tomorrow releasing a new NuGet package.

Thanks for taking the time to report this 👍

@StefH
Copy link
Contributor Author

StefH commented Apr 29, 2015

Latest most recent version is 4.5.24

@vtortola
Copy link
Owner

Released a NuGet package 2.1.7 that has updated references: http://www.nuget.org/packages/vtortola.WebSocketListener/

@StefH
Copy link
Contributor Author

StefH commented Apr 30, 2015

Thanks

@StefH StefH closed this as completed Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants