Skip to content

Commit

Permalink
Updating Json.NET version to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Apr 8, 2014
1 parent eaf22a4 commit 17799b3
Show file tree
Hide file tree
Showing 13 changed files with 1,838 additions and 736 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\json-net-4.5r11\Net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\json-net-6.0r2\Net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
8 changes: 4 additions & 4 deletions dotnet/src/webdriver/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotnet_library(name = "webdriver",
"System.Xml.dll"
],
merge_refs = [
"third_party/dotnet/json-net-4.5r11/net40/Newtonsoft.Json.dll",
"third_party/dotnet/json-net-6.0r2/net40/Newtonsoft.Json.dll",
"third_party/dotnet/dotnetzip-1.9/Ionic.Zip.dll"
],
resources = [
Expand All @@ -32,7 +32,7 @@ dotnet_library(name = "webdriver35",
"System.Xml.dll"
],
merge_refs = [
"third_party/dotnet/json-net-4.5r11/net35/Newtonsoft.Json.dll",
"third_party/dotnet/json-net-6.0r2/net35/Newtonsoft.Json.dll",
"third_party/dotnet/dotnetzip-1.9/Ionic.Zip.dll"
],
resources = [
Expand All @@ -56,7 +56,7 @@ dotnet_library(name = "strongnamed",
"System.Xml.dll"
],
merge_refs = [
"third_party/dotnet/json-net-4.5r11/net40/Newtonsoft.Json.dll",
"third_party/dotnet/json-net-6.0r2/net40/Newtonsoft.Json.dll",
"third_party/dotnet/dotnetzip-1.9/Ionic.Zip.dll"
],
resources = [
Expand All @@ -81,7 +81,7 @@ dotnet_library(name = "strongnamed35",
"System.Xml.dll"
],
merge_refs = [
"third_party/dotnet/json-net-4.5r11/net35/Newtonsoft.Json.dll",
"third_party/dotnet/json-net-6.0r2/net35/Newtonsoft.Json.dll",
"third_party/dotnet/dotnetzip-1.9/Ionic.Zip.dll"
],
resources = [
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/phantomjs/WebDriver.PhantomJS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\json-net-4.5r11\Net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\json-net-6.0r2\Net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 17799b3

Please sign in to comment.