Moved Redis to NuGet. Version change: None

This commit is contained in:
Rob King 2015-12-04 21:12:56 +00:00
parent 5c338e2dc5
commit faa2702310
2 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,8 @@
<HintPath>..\..\..\packages\NHibernate.4.0.1.4000\lib\net40\NHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="StackExchange.Redis">
<HintPath>..\..\..\..\lib\redis\StackExchange.Redis.dll</HintPath>
<Reference Include="StackExchange.Redis, Version=1.0.316.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\StackExchange.Redis.1.0.481\lib\net45\StackExchange.Redis.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />

View File

@ -3,4 +3,5 @@
<package id="Iesi.Collections" version="4.0.0.4000" targetFramework="net451" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" />
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
<package id="StackExchange.Redis" version="1.0.481" targetFramework="net451" />
</packages>