-
Notifications
You must be signed in to change notification settings - Fork 42
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
Unable to update nuget package from 1.1.4.1 to 2.0.0 #13
Comments
Oh, and just for completeness sake, here is the log for a fresh install of MargieBot 2.0.0 on a .net 4.6 project:
In all of that, these look to be the most important lines:
|
getting this same thing. Any updates on this? |
Also having this issue. |
I have faced the same problem:
|
Same issue.. |
There is a dependency to the package id="WebSocketSharp" that is not declared in the nuget pck. |
I am having this same issue. After trying to install the entire dependency tree manually via nuget (including Bazam, Bazam websockets and WebSocketSharp), there is still a missing Bazam.Http causing a runtime error. |
Same problem for me trying to fresh install margiebot into a new .net 4.5.1 or 4.6 project. |
I'm also having this issue. |
I've got a .net 4.5.1 project that I've been using with MargieBot 1.1.4.1 with no real issues. Just now I tried to update to 2.0.0. This is the output from the package manager:
And as such, my nuget package won't update.
I tried to manually install System.Net.WebSockets.Client 4.0.0-beta-23516 and got this error message:
I've tried some other things (upgrade to .net 4.6, manually install "missing pacakges"), but I've had no luck so far. I can share that activity if needed.
Do you have any idea what's going on?
The text was updated successfully, but these errors were encountered: