mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
324 stars 52 forks source link

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

Closed leo-gan closed 9 years ago

leo-gan commented 9 years ago

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'.

Thanks!

eiriktsarpalis commented 9 years ago

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 commented 9 years ago

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 https://github.com/nessos/FsPickler/issues/50.

— Reply to this email directly or view it on GitHub https://github.com/nessos/FsPickler/issues/50#event-343529027.