Moved Lucene to NuGet. Version change: None

This commit is contained in:
Rob King
2015-12-04 16:39:04 +00:00
parent ae5cb595ef
commit 8baf0a4039
4 changed files with 24 additions and 2 deletions

View File

@@ -72,6 +72,10 @@
<Reference Include="FluentPath">
<HintPath>..\..\lib\fluentpath\FluentPath.dll</HintPath>
</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>
<Private>True</Private>
</Reference>
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\nhibernate\Iesi.Collections.dll</HintPath>
@@ -92,6 +96,10 @@
<HintPath>..\packages\IronRuby.1.1.3\lib\IronRuby.Libraries.Yaml.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lucene.Net, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL">
<HintPath>..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
<HintPath>..\packages\IronRuby.1.1.3\lib\Microsoft.Dynamic.dll</HintPath>

View File

@@ -4,5 +4,7 @@
<package id="Castle.Core" version="3.3.1" targetFramework="net451" />
<package id="DotNetZip" version="1.9.1.8" targetFramework="net451" />
<package id="IronRuby" version="1.1.3" targetFramework="net451" />
<package id="Lucene.Net" version="3.0.3" targetFramework="net451" />
<package id="NUnit" version="2.5.10.11092" targetFramework="net451" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net451" />
</packages>