Skip to content

Commit

Permalink
updated nuget packages - metrics.net and dapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 21, 2014
1 parent 5a55dac commit a03c83e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.35.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Dapper, Version=1.36.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Dapper.1.35\lib\net45\Dapper.dll</HintPath>
<HintPath>..\..\build\packages\Dapper.1.36\lib\net45\Dapper.dll</HintPath>
</Reference>
<Reference Include="FluentMigrator, Version=1.3.0.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -86,9 +86,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll</HintPath>
</Reference>
<Reference Include="Metrics, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Metrics, Version=0.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Metrics.NET.0.2.5\lib\net45\Metrics.dll</HintPath>
<HintPath>..\..\build\packages\Metrics.NET.0.2.6\lib\net45\Metrics.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.9.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -106,9 +106,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Nancy.Hosting.Self.0.23.2\lib\net40\Nancy.Hosting.Self.dll</HintPath>
</Reference>
<Reference Include="Nancy.Metrics, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Nancy.Metrics, Version=0.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\build\packages\Nancy.Metrics.0.2.1\lib\net45\Nancy.Metrics.dll</HintPath>
<HintPath>..\..\build\packages\Nancy.Metrics.0.2.6\lib\net45\Nancy.Metrics.dll</HintPath>
</Reference>
<Reference Include="Nancy.ViewEngines.Razor, Version=0.23.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
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,20 +3,20 @@
<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.35" targetFramework="net45" />
<package id="Dapper" version="1.36" 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" />
<package id="HashLib" version="2.0.1" targetFramework="net45" />
<package id="JsonConfig" version="1.0.0" targetFramework="net45" />
<package id="JsonFx" version="2.0.1209.2802" targetFramework="net45" />
<package id="Metrics.NET" version="0.2.5" targetFramework="net45" />
<package id="Metrics.NET" version="0.2.6" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.2.2" targetFramework="net45" />
<package id="MySql.Data" version="6.9.3" targetFramework="net45" />
<package id="Nancy" version="0.23.2" targetFramework="net45" />
<package id="Nancy.CustomErrors" version="1.0.6.0" targetFramework="net45" />
<package id="Nancy.Hosting.Self" version="0.23.2" targetFramework="net45" />
<package id="Nancy.Metrics" version="0.2.1" 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" />
Expand Down

0 comments on commit a03c83e

Please sign in to comment.