From 906a842dd2db5a4950aaee2428349708c4bcfc26 Mon Sep 17 00:00:00 2001 From: Goswin Rothenthal Date: Sat, 2 Nov 2024 18:10:52 +0100 Subject: [PATCH] note on TargetFramworks ( the plural) I believe my comment is correct, See : https://github.com/fsprojects/FSharp.Formatting/blob/d6e29d397ff44dbcf402b476b63340b217251e12/src/fsdocs-tool/ProjectCracker.fs#L390 --- docs/apidocs.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apidocs.fsx b/docs/apidocs.fsx index aa814f4b..5404e866 100644 --- a/docs/apidocs.fsx +++ b/docs/apidocs.fsx @@ -43,7 +43,7 @@ the former the output will be placed in `output\reference` by default. `fsdocs` automatically selects the projects and "cracks" the project files for information * Projects with `GenerateDocumentationFile` and without `IsTestProject` are selected. -* Projects must not use `TargetFrameworks` (only `TargetFramework`, singular). +* If Projects use `TargetFrameworks` (not `TargetFramework`, singular) only the firts target framework will be used to build the docs. ```text