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

paket references incompletely resolved #688

Closed
Stift opened this issue Mar 9, 2015 · 0 comments
Closed

paket references incompletely resolved #688

Stift opened this issue Mar 9, 2015 · 0 comments
Labels

Comments

@Stift
Copy link
Contributor

Stift commented Mar 9, 2015

I have the following in my paket.dependencies file:

    Newtonsoft.Json, 
    Microsoft.AspNet.WebApi.Client 

When I then try to reference Newtonsoft.Json in another assembly with .NET 4.0 the added reference is not available. The reason seems to be the that in Microsoft.AspNet.WebApi.Client Newtonsoft.Json >= net4.5 is indirectly referenced and it forgets to add all the Newtonsoft.Json ways to use like net40 and so on.
After fiddling aroung a little bit with paket it was also strange that paket install and paket update have different outputs as well.

@forki forki added the bug label Mar 10, 2015
@forki forki closed this as completed in aa811dd Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants