Skip to content

Commit

Permalink
Updated Nuget reference to JSON.NET in Couchbase project to v4.5.1
Browse files Browse the repository at this point in the history
Change-Id: I64c6e16c09384a4e7b92aef328b040abf05feb4c
Reviewed-on: http://review.couchbase.org/14217
Tested-by: John C. Zablocki <john@couchbase.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
jzablocki authored and ingenthr committed Mar 22, 2012
1 parent 29e0b33 commit 159f22e
Show file tree
Hide file tree
Showing 6 changed files with 7,324 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/Couchbase/Couchbase.csproj
Expand Up @@ -46,8 +46,9 @@
<Reference Include="Hammock, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c148cfba29ed1a4d, processorArchitecture=MSIL">
<HintPath>..\packages\Hammock.1.2.9\lib\4.0\Hammock.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.5.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
2 changes: 1 addition & 1 deletion src/Couchbase/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Hammock" version="1.2.9" />
<package id="Newtonsoft.Json" version="4.0.8" />
<package id="Newtonsoft.Json" version="4.5.1" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 159f22e

Please sign in to comment.