Skip to content

Commit 8290e86

Browse files
committed
Updated json.net package.
1 parent 36ae4c5 commit 8290e86

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

SimpleTaskSystem/SimpleTaskSystem.WebApi/SimpleTaskSystem.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</Reference>
7373
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
7474
<SpecificVersion>False</SpecificVersion>
75-
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
75+
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
7676
</Reference>
7777
<Reference Include="System" />
7878
<Reference Include="System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

SimpleTaskSystem/SimpleTaskSystem.WebApi/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.2" targetFramework="net451" />
1616
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.2" targetFramework="net451" />
1717
<package id="Microsoft.Bcl.Immutable" version="1.0.34" targetFramework="net451" />
18-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net451" />
18+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net451" />
1919
</packages>

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/SimpleTaskSystem.WebSpaAngular.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Reference Include="Microsoft.CSharp" />
9696
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
9797
<SpecificVersion>False</SpecificVersion>
98-
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
98+
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
9999
</Reference>
100100
<Reference Include="System.Collections.Immutable">
101101
<HintPath>..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
3838
<package id="Modernizr" version="2.8.3" targetFramework="net451" />
3939
<package id="Moment.js" version="2.8.2" targetFramework="net451" />
40-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net451" />
40+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net451" />
4141
<package id="toastr" version="2.0.3" targetFramework="net451" />
4242
<package id="WebGrease" version="1.6.0" targetFramework="net451" />
4343
</packages>

SimpleTaskSystem/SimpleTaskSystem.WebSpaDurandal/SimpleTaskSystem.WebSpaDurandal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</Reference>
108108
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
109109
<SpecificVersion>False</SpecificVersion>
110-
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
110+
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
111111
</Reference>
112112
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
113113
<SpecificVersion>False</SpecificVersion>

SimpleTaskSystem/SimpleTaskSystem.WebSpaDurandal/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
4242
<package id="Modernizr" version="2.8.3" targetFramework="net451" />
4343
<package id="Moment.js" version="2.8.2" targetFramework="net451" />
44-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net451" />
44+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net451" />
4545
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
4646
<package id="RequireJS" version="2.1.15" targetFramework="net451" />
4747
<package id="RequireJS.Text" version="2.0.7" targetFramework="net451" />

0 commit comments

Comments
 (0)