Skip to content

Commit

Permalink
Fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jun 2, 2014
1 parent 580ccbf commit ad54a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/NuGetGallery/NuGetGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NuGet.Services.Platform.Client.3.0.11-r-master\lib\portable-net45+wp80+win\NuGet.Services.Platform.Client.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Search.Client, Version=3.0.16.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="NuGet.Services.Search.Client, Version=3.0.29.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NuGet.Services.Search.Client.3.0.16-r-master\lib\portable-net45+wp80+win\NuGet.Services.Search.Client.dll</HintPath>
<HintPath>..\..\packages\NuGet.Services.Search.Client.3.0.29-r-master\lib\portable-net45+wp80+win\NuGet.Services.Search.Client.dll</HintPath>
</Reference>
<Reference Include="ODataNullPropagationVisitor">
<HintPath>..\..\packages\ODataNullPropagationVisitor.0.5.4237.2641\lib\net40\ODataNullPropagationVisitor.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<package id="NuGet.Core" version="2.8.1" targetFramework="net45" />
<package id="NuGet.Services.Build" version="3.0.4-rel-4" targetFramework="net45" developmentDependency="true" />
<package id="NuGet.Services.Platform.Client" version="3.0.11-r-master" targetFramework="net45" />
<package id="NuGet.Services.Search.Client" version="3.0.16-r-master" targetFramework="net45" />
<package id="NuGet.Services.Search.Client" version="3.0.29-r-master" targetFramework="net45" />
<package id="ODataNullPropagationVisitor" version="0.5.4237.2641" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="PoliteCaptcha" version="0.4.0.0" targetFramework="net45" />
Expand Down

0 comments on commit ad54a7f

Please sign in to comment.