From 0b5866a2b84d757a2b8f672de75100a7ddce1372 Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Fri, 14 Apr 2023 18:48:41 +0100 Subject: [PATCH] CI - Fixed DocFX again --- 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 dc1d65129..525c27ace 100644 --- a/docfx/docfx_project/docfx.json +++ b/docfx/docfx_project/docfx.json @@ -4,8 +4,8 @@ "src": [ { "files": [ - "Artemis.Core/bin/net6.0/Artemis.Core.dll", - "Artemis.UI.Shared/bin/net6.0/Artemis.UI.Shared.dll", + "Artemis.Core/bin/net7.0/Artemis.Core.dll", + "Artemis.UI.Shared/bin/net7.0/Artemis.UI.Shared.dll", ], "src": "../../src" }