Skip to content

Commit

Permalink
We need to keep direct pacakges - references #133
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 21, 2014
1 parent c383e25 commit 6dbdefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket/InstallProcess.fs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ let Install(regenerate, force, hard, dependenciesFilename) =
if not lockFile.Strict then
for d,_ in package.DirectDependencies do
addPackage false d
| true,v -> usedPackages.[name] <- directly
| true,v -> usedPackages.[name] <- v || directly
| None -> failwithf "Project %s references package %s, but it was not found in the paket.lock file." proj.FullName name

directPackages
Expand Down

0 comments on commit 6dbdefd

Please sign in to comment.