Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Upgraded to Json.NET 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Lang committed Jul 11, 2013
1 parent 5fa002e commit 6b0695f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\winrt45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\netcore45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Pusher.Samples.WindowsStore/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="win" />
<package id="Microsoft.Bcl.Build" version="1.0.5" targetFramework="win" />
<package id="MvvmLight" version="4.1.26.1" targetFramework="win" />
<package id="Newtonsoft.Json" version="4.5.11" targetFramework="win" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="win" />
</packages>
5 changes: 3 additions & 2 deletions Pusher.Tests.WindowsStore/Pusher.Tests.WindowsStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\winrt45\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.5.0.6\lib\netcore45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
Expand Down
2 changes: 1 addition & 1 deletion Pusher.Tests.WindowsStore/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="4.5.11" targetFramework="win" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="win" />
</packages>
2 changes: 1 addition & 1 deletion Pusher/Pusher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.5.0.5\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Runtime">
<HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Pusher/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="portable-win+net45+sl50" />
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="portable-win+net45+sl50" />
<package id="Microsoft.Bcl.Build" version="1.0.5" targetFramework="portable-win+net45+sl50" />
<package id="Newtonsoft.Json" version="5.0.5" targetFramework="portable-win+net45+sl50" />
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="portable-net45+sl50+win" />
</packages>

0 comments on commit 6b0695f

Please sign in to comment.