Can I use Newtonsoft.Json 4.5.0.0 instead of 6.0.0.0 with NEST?

2015-02-11 Thread Martin Widmer
Can I use Newtonsoft.Json 4.5.0.0 instead of 6.0.0.0 with NEST?
How?

Thanks for your advice.

Martin

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/5a2a4684-d74c-462b-903d-be973dbd327d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can I use Newtonsoft.Json 4.5.0.0 instead of 6.0.0.0 with NEST?

2015-02-11 Thread Martin Widmer
?xml version=1.0 encoding=utf-8 ?
configuration
  runtime
assemblyBinding xmlns=urn:schemas-microsoft-com:asm.v1
  dependentAssembly
assemblyIdentity name=Newtonsoft.Json 
publicKeyToken=30ad4fe6b2a6aeed culture=neutral
  publisherPolicy apply=no /
  !--
  bindingRedirect oldVersion=6.0.0.0 newVersion=4.5.0.0 /
  --
/assemblyIdentity
  /dependentAssembly
/assemblyBinding
  /runtime
/configuration

I have tried this and also the commented out part... My project won't 
compile in both cases. I think I am doing something wrong.

On Wednesday, February 11, 2015 at 11:38:19 AM UTC+1, Martin Widmer wrote:

 Can I use Newtonsoft.Json 4.5.0.0 instead of 6.0.0.0 with NEST?
 How?

 Thanks for your advice.

 Martin


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/27a80981-6687-415d-8931-e686c0c13dd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.