abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Update to Newtonsoft.Json 5.0.x #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To create strong named instances of the service apis, the existing reference to 
newtonsoft.json must be swapped out and a more recent release from nuget such 
as 4.5.11 or 5.0.3 must be swapped in since these releases are strong named.

In the case of 5.0.3, the FutureJsonSchema type must have the Identity and 
Options properties removed.  These properties are unused anyway.

Updating this reference will make strong signing a bit less of a headache and 
will put the google-api-dotnet-client project one step closer to itself being 
strong named.

Original issue reported on code.google.com by richard....@gmail.com on 18 Apr 2013 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 19 Apr 2013 at 4:40