Moved FluentPath to Orchard NuGet Feed

This commit is contained in:
Rob King
2015-12-16 12:28:31 +00:00
parent 74adc571aa
commit 78ffff1785
4 changed files with 7 additions and 4 deletions

View File

@@ -70,8 +70,8 @@
<Private>True</Private>
</Reference>
<Reference Include="FluentPath, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\fluentpath\FluentPath.dll</HintPath>
<HintPath>..\packages\Orchard.FluentPath.1.0.0.1\lib\FluentPath.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>

View File

@@ -8,5 +8,6 @@
<package id="log4net" version="2.0.3" targetFramework="net451" />
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
<package id="NUnit" version="2.5.10.11092" targetFramework="net451" />
<package id="Orchard.FluentPath" version="1.0.0.1" targetFramework="net451" />
<package id="SpecFlow" version="1.9.0" targetFramework="net451" />
</packages>

View File

@@ -69,8 +69,9 @@
<HintPath>..\packages\FluentNHibernate.1.4.0.0\lib\net35\FluentNHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FluentPath">
<HintPath>..\..\lib\fluentpath\FluentPath.dll</HintPath>
<Reference Include="FluentPath, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Orchard.FluentPath.1.0.0.1\lib\FluentPath.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>

View File

@@ -15,5 +15,6 @@
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" />
<package id="NHibernate" version="4.0.1.4000" targetFramework="net451" />
<package id="NUnit" version="2.5.10.11092" targetFramework="net451" />
<package id="Orchard.FluentPath" version="1.0.0.1" targetFramework="net451" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net451" />
</packages>