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
Copy file name to clipboardExpand all lines: docs/apidocs.fsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ ApiDocs.GenerateHtml(
412
412
)
413
413
414
414
(**
415
-
or use `libDirs` to pass to include all assemblies from an entire folder.
415
+
or use `libDirs` to include all assemblies from an entire folder.
416
416
Tip: A combination of `<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>` in the fsproj file and setting `libDirs` to the compilation output path leads to only one folder with all dependencies referenced.
417
417
This might be easier especially for large projects with many dependencies.
0 commit comments