Skip to content

Commit

Permalink
updated nuget packages; json.net, dapper, serilog.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 24, 2014
1 parent f2c0b74 commit 15c7d99
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/CoiniumServ/CoiniumServ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\CryptSharpOfficial.2.0.0.0\lib\CryptSharp.dll</HintPath>
</Reference>
<Reference Include="Dapper, Version=1.36.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Dapper, Version=1.37.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Dapper.1.36\lib\net45\Dapper.dll</HintPath>
<HintPath>..\..\build\packages\Dapper.1.37\lib\net45\Dapper.dll</HintPath>
</Reference>
<Reference Include="FluentMigrator, Version=1.3.0.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -116,15 +116,15 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\build\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=1.4.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Serilog.1.4.12\lib\net45\Serilog.dll</HintPath>
<HintPath>..\..\build\packages\Serilog.1.4.14\lib\net45\Serilog.dll</HintPath>
</Reference>
<Reference Include="Serilog.FullNetFx, Version=1.4.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Serilog.1.4.12\lib\net45\Serilog.FullNetFx.dll</HintPath>
<HintPath>..\..\build\packages\Serilog.1.4.14\lib\net45\Serilog.FullNetFx.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
6 changes: 3 additions & 3 deletions src/CoiniumServ/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="AustinHarris.JsonRpc" version="1.0.4.22" targetFramework="net45" />
<package id="BouncyCastle" version="1.7.0" targetFramework="net45" />
<package id="CryptSharpOfficial" version="2.0.0.0" targetFramework="net45" />
<package id="Dapper" version="1.36" targetFramework="net45" />
<package id="Dapper" version="1.37" targetFramework="net45" />
<package id="FluentMigrator" version="1.3.0.0" targetFramework="net45" />
<package id="FluentMigrator.Runner" version="1.3.0.0" targetFramework="net45" />
<package id="Gibbed.IO" version="1.0.0" targetFramework="net45" />
Expand All @@ -18,6 +18,6 @@
<package id="Nancy.Hosting.Self" version="0.23.2" targetFramework="net45" />
<package id="Nancy.Metrics" version="0.2.6" targetFramework="net45" />
<package id="Nancy.Viewengines.Razor" version="0.23.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
<package id="Serilog" version="1.4.12" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
<package id="Serilog" version="1.4.14" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion src/Tests/CoiniumServ.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\build\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NSubstitute, Version=1.7.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="BouncyCastle" version="1.7.0" targetFramework="net45" />
<package id="ExposedObject" version="1.2.0.0" targetFramework="net45" />
<package id="Nancy" version="0.23.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="ShouldFluent" version="1.1.19" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
Expand Down

0 comments on commit 15c7d99

Please sign in to comment.