Had to force Lucene.Net to specific version
Not sure why, there's nothing directly referencing 2.9.2.2 but it kept building with the wrong version
This commit is contained in:
@@ -114,8 +114,7 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll</HintPath>
|
<HintPath>..\packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Lucene.Net, Version=2.9.2.2, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Lucene.Net, Version=2.9.4.1, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\dependencies\4.9.1\Lucene.Net.dll</HintPath>
|
<HintPath>..\dependencies\4.9.1\Lucene.Net.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="LuceneTools">
|
<Reference Include="LuceneTools">
|
||||||
|
|||||||
Reference in New Issue
Block a user