From 984bdbcf0ed616a040d0f344b502393f34ce4dbd Mon Sep 17 00:00:00 2001 From: Critical Impact Date: Thu, 18 Dec 2025 22:07:58 +1000 Subject: [PATCH] Use built dlls instead of csproj for docfx --- docfx.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docfx.json b/docfx.json index 30c85957c..cf7a80194 100644 --- a/docfx.json +++ b/docfx.json @@ -4,18 +4,17 @@ "src": [ { "files": [ - "Dalamud.Interface/Dalamud.Interface.csproj", - "Dalamud/Dalamud.csproj", - "lib/ImGuiScene/ImGuiScene/ImGuiScene.csproj", - "lib/ImGuiScene/deps/ImGui.NET/src/ImGui.NET-472/ImGui.NET-472.csproj", - "lib/ImGuiScene/deps/SDL2-CS/SDL2-CS.csproj" + "bin/Release/Dalamud.dll" ] } ], "dest": "api", "disableGitFeatures": false, "disableDefaultFilter": false, - "filter": "filterConfig.yml" + "filter": "filterConfig.yml", + "properties": { + "TargetFramework": "net10.0-windows" + } } ], "build": {