From d7fa97b0ea89329cd606ec19a1e552080600cb88 Mon Sep 17 00:00:00 2001 From: chuongmep Date: Fri, 3 May 2024 10:26:37 +0700 Subject: [PATCH] Update docfx.json --- docs/docfx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 03c8b22..10168a2 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -16,7 +16,10 @@ "includePrivateMembers": false, "disableGitFeatures": false, "disableDefaultFilter": false, - "namespaceLayout": "flattened" + "namespaceLayout": "flattened", + "properties": { + "TargetFramework": "net48" + } } ], "build": {