mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Moved Redis to NuGet. Version change: None
This commit is contained in:
parent
5c338e2dc5
commit
faa2702310
@ -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" />
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user