Skip to content

Commit

Permalink
Unify Json.Net to v10.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed committed Nov 9, 2017
1 parent a877d48 commit 59277d6
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 6 deletions.
Binary file modified Build/NuGet.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/Scripts/Debug/TrackableEntities.Client-test.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd ..\..\..\
set PackageVersion=2.5.0-test
set PackageVersion=2.5.6-test
set Configuration=Debug
rem pass 1 to debug, 0 to run without pausing
Build\Scripts\TrackableEntities.Client.cmd 1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified NuGet/Tools/NuGet.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework="net40">
<dependency id="TrackableEntities.Common" version="$PackageVersion$" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Source/TrackableEntities.Client.Net4/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40-client" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net40-client" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\portable-net40+sl5+win8+wp8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows" />
Expand Down
2 changes: 1 addition & 1 deletion build-test.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set PackageVersion=2.5.6
set PackageVersion=2.5.6.1
rem set Configuration=Debug
rem build.cmd -debug
build.cmd

0 comments on commit 59277d6

Please sign in to comment.