Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Fixed some broken package references
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Mar 10, 2014
1 parent b1aed10 commit 3d9a8b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/JobHost/JobHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<HintPath>..\..\packages\NuGet.Core.2.8.0\lib\net40-Client\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Platform">
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.1-rel\lib\net45\NuGet.Services.Platform.dll</HintPath>
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.2-rel-4\lib\net45\NuGet.Services.Platform.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<HintPath>..\..\packages\Nuget.Core.2.8.0\lib\net40-Client\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Platform">
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.1-rel\lib\net45\NuGet.Services.Platform.dll</HintPath>
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.2-rel-4\lib\net45\NuGet.Services.Platform.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Platform.Client">
<HintPath>..\..\packages\NuGet.Services.Platform.Client.3.0.1-rel\lib\portable-net45+wp80+win\NuGet.Services.Platform.Client.dll</HintPath>
Expand Down
5 changes: 2 additions & 3 deletions src/NuGet.Services.Work/NuGet.Services.Work.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NuGet.Indexing.3.0.2-rel-2\lib\net45\NuGet.Indexing.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Platform, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.1-rel-3\lib\net45\NuGet.Services.Platform.dll</HintPath>
<Reference Include="NuGet.Services.Platform">
<HintPath>..\..\packages\NuGet.Services.Platform.3.0.2-rel-4\lib\net45\NuGet.Services.Platform.dll</HintPath>
</Reference>
<Reference Include="NuGet.Services.Platform.Client, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 3d9a8b3

Please sign in to comment.