From dc00d7ea6fa21d6fbda1d4f5523a897fe33192af Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 26 Aug 2022 09:36:12 +0200 Subject: [PATCH] API Docs - Fix build --- docfx/docfx_project/docfx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx/docfx_project/docfx.json b/docfx/docfx_project/docfx.json index 65522fb8e..dc1d65129 100644 --- a/docfx/docfx_project/docfx.json +++ b/docfx/docfx_project/docfx.json @@ -4,8 +4,8 @@ "src": [ { "files": [ - "Artemis.Core/Artemis.Core.csproj", - "Artemis.UI.Shared/Artemis.UI.Shared.csproj", + "Artemis.Core/bin/net6.0/Artemis.Core.dll", + "Artemis.UI.Shared/bin/net6.0/Artemis.UI.Shared.dll", ], "src": "../../src" }