Skip to content

Commit

Permalink
Update to NuGet.Lucene 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseldredge committed Mar 2, 2014
1 parent 4bdd3e5 commit ff99521
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/Klondike.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -133,13 +133,13 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\Nuget.Core.2.8.0\lib\net40-Client\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="NuGet.Lucene, Version=2.7.0.38, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="NuGet.Lucene, Version=2.7.1.39, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\NuGet.Lucene.2.7.0\lib\net451\NuGet.Lucene.dll</HintPath>
<HintPath>packages\NuGet.Lucene.2.7.1\lib\net451\NuGet.Lucene.dll</HintPath>
</Reference>
<Reference Include="NuGet.Lucene.Web, Version=2.7.0.38, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="NuGet.Lucene.Web, Version=2.7.1.39, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\NuGet.Lucene.Web.2.7.0\lib\net451\NuGet.Lucene.Web.dll</HintPath>
<HintPath>packages\NuGet.Lucene.Web.2.7.1\lib\net451\NuGet.Lucene.Web.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
4 changes: 2 additions & 2 deletions app/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<package id="Ninject.Web.Common" version="3.0.0.7" targetFramework="net451" />
<package id="Ninject.Web.WebApi-RC" version="3.0.0.22" targetFramework="net451" />
<package id="Nuget.Core" version="2.8.0" targetFramework="net451" />
<package id="NuGet.Lucene" version="2.7.0" targetFramework="net451" />
<package id="NuGet.Lucene.Web" version="2.7.0" targetFramework="net451" />
<package id="NuGet.Lucene" version="2.7.1" targetFramework="net451" />
<package id="NuGet.Lucene.Web" version="2.7.1" targetFramework="net451" />
<package id="Owin" version="1.0" targetFramework="net451" />
<package id="Remotion.Linq" version="1.15.9.0" targetFramework="net451" />
<package id="Rx-Core" version="2.2.2" targetFramework="net451" />
Expand Down

0 comments on commit ff99521

Please sign in to comment.