Skip to content

Commit 6aea0c3

Browse files
committed
fix: update TargetFramework to net8.0 in docfx.json
1 parent b67aec0 commit 6aea0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docfx_project/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"dest": "api",
1111
"properties": {
12-
"TargetFramework": "net6.0"
12+
"TargetFramework": "net8.0"
1313
},
1414
"includePrivateMembers": false,
1515
"disableGitFeatures": false,

0 commit comments

Comments
 (0)