You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that `--dependency` is only meant as a convenience.
21
-
You should favor adding dependencies in the sources themselves via [using directives](/docs/guides/configuration.md#special-imports).
22
-
<!-- TODO #344
23
-
However, `--dependency` CLI option takes precedence over `using` directives, so it can be used to override the `using` directive, such as when you want to work with a different dependency version.-->
53
+
Note that `--dependency` is only meant as a convenience. You should favor adding dependencies in the sources themselves
54
+
via [using directives](/docs/guides/configuration.md#special-imports). However, the `--dependency` CLI option takes
55
+
precedence over `using` directives, so it can be used to override a `using` directive, such as when you want to work
56
+
with a different dependency version.
24
57
25
58
You can also add repositories on the command-line, via `--repository`:
0 commit comments