From 84f340065ec8efd378aa72e787c02e6c76f19c6b Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Sun, 6 Jan 2013 12:29:27 +0100 Subject: [PATCH] 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 --- OurUmbraco.Site/OurUmbraco.Site.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OurUmbraco.Site/OurUmbraco.Site.csproj b/OurUmbraco.Site/OurUmbraco.Site.csproj index 832d4b36..dba3cdfe 100644 --- a/OurUmbraco.Site/OurUmbraco.Site.csproj +++ b/OurUmbraco.Site/OurUmbraco.Site.csproj @@ -114,8 +114,7 @@ False ..\packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll - - False + ..\dependencies\4.9.1\Lucene.Net.dll