diff --git a/src/paket.fs b/src/paket.fs index cd6a867..d47049f 100644 --- a/src/paket.fs +++ b/src/paket.fs @@ -271,7 +271,7 @@ let private createDependenciesProvider () = let concatAndLift = String.concat "\n" >> Promise.lift match tags with | [ _ ] -> - ["nuget"; "git"; "github"; "http"; "gist"; "versions"; "source"; "group" + ["nuget"; "git"; "github"; "http"; "gist"; "clitool"; "versions"; "source"; "group" "references: strict"; "framework:"; "content: none"; "copy_content_to_output_dir: always" "import_targets:"; "copy_local:"; "redirects:"; "strategy:"; "lowest_matching:"; "generate_load_scripts" ] |> concatAndLift