From 6aea0c3f26568de706f65633d29f4b1b7fed6ea1 Mon Sep 17 00:00:00 2001 From: James Craig Date: Tue, 19 Nov 2024 23:03:43 -0500 Subject: [PATCH] fix: update TargetFramework to net8.0 in docfx.json --- docfx_project/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx_project/docfx.json b/docfx_project/docfx.json index e6a1776..0d2ea9d 100644 --- a/docfx_project/docfx.json +++ b/docfx_project/docfx.json @@ -9,7 +9,7 @@ ], "dest": "api", "properties": { - "TargetFramework": "net6.0" + "TargetFramework": "net8.0" }, "includePrivateMembers": false, "disableGitFeatures": false,