You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.ClientNewtonsoft.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.
The text was updated successfully, but these errors were encountered:
I have the following in my paket.dependencies file:
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
andpaket update
have different outputs as well.The text was updated successfully, but these errors were encountered: