Skip to content

Commit c84184e

Browse files
authored
Merge pull request #943 from goswinr/patch-1
note on TargetFramworks ( the plural)
2 parents d6e29d3 + 906a842 commit c84184e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apidocs.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the former the output will be placed in `output\reference` by default.
4343
`fsdocs` automatically selects the projects and "cracks" the project files for information
4444
4545
* Projects with `GenerateDocumentationFile` and without `IsTestProject` are selected.
46-
* Projects must not use `TargetFrameworks` (only `TargetFramework`, singular).
46+
* If Projects use `TargetFrameworks` (not `TargetFramework`, singular) only the firts target framework will be used to build the docs.
4747
4848
```text
4949
<PropertyGroup>

0 commit comments

Comments
 (0)