-
Notifications
You must be signed in to change notification settings - Fork 526
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
convert-from-nuget failing with Error in resolution
#175
Comments
I'm still getting the |
Error in resolution
Can you copy the paket.dependencies file into this?
|
Can I email it to you instead? |
Thanks for improving the error message! Now, I just need to figure out how to fix it. :)
|
First you have to accept that nuget silently ignored the conflict and paket One way to solve this is by removing the explicit package requirement from
|
I had some coffee and think I finally understand the error. Dyfrig has a depenency on a specific version of Microsoft.Net.Http, then Microsoft.AspNet.WebApi.Client has a dependency on a newer version of Microsoft.Net.Http.
Does Paket take into account nuget's support for different dependencies for different .NET framework versions? Our projects target .NET 4.5 and so Microsoft.AspNet.WebApi.Client uses System.Net.Http and doesn't have a dependency on Microsoft.Net.Http. |
Is this an instance of #140?
|
Yes, it is an instance of #140. Thanks for fixing the error message. Will close this issue and subscribe to that one. |
I'm just getting started with Packet.
convert-from-nuget
is failing. It appears to failing with a dependency of Microsoft.ApplicationInsights.The text was updated successfully, but these errors were encountered: