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

dependency on the older version of the Newtonsoft.Json #50

Closed
leo-gan opened this issue Jun 29, 2015 · 2 comments
Closed

dependency on the older version of the Newtonsoft.Json #50

leo-gan opened this issue Jun 29, 2015 · 2 comments

Comments

@leo-gan
Copy link

leo-gan commented Jun 29, 2015

Hi,
Is it possible to upgrade to a new version of a Newtonsoft.Json or just modify nuget package that it can accompdete a new Json.net?
I'm getting an error:
Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.5 && < 6.1.0)'.
Installing 'FSharp.Core 3.1.2.1'.
Successfully installed 'FSharp.Core 3.1.2.1'.
Installing 'Newtonsoft.Json 6.0.5'.
Successfully installed 'Newtonsoft.Json 6.0.5'.
Installing 'FsPickler.Json 1.2.9'.
Successfully installed 'FsPickler.Json 1.2.9'.
Installing 'FsPickler.CSharp 1.2.9'.
Successfully installed 'FsPickler.CSharp 1.2.9'.
Install failed. Rolling back...
Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.

  • but I have to use the "Newtonsoft.Json" version="7.0.1"

Thanks!

@eiriktsarpalis
Copy link
Member

I just tested FsPickler with Json.NET 7.0.1 and everything seems to be working fine. The latest FsPickler release (v. 1.2.10) relaxes the dependency constraint to incorporate 7.* releases.

@leo-gan
Copy link
Author

leo-gan commented Jun 29, 2015

Thanks!

Regards,

Leonid Ganeline
Microsoft Integration MVP (BizTalk Server)
http://geekswithblogs.net/leonidganeline/

On Mon, Jun 29, 2015 at 3:00 PM, Eirik Tsarpalis notifications@github.com
wrote:

Closed #50 #50.


Reply to this email directly or view it on GitHub
#50 (comment).

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