From 3340a5024bc711d039c91b05e44b89e11e9d6391 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 15 Sep 2024 23:49:46 +0200 Subject: [PATCH] fixed docs not being built with .net 8 --- Docs/docfx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Docs/docfx.json b/Docs/docfx.json index 1547d34..01b0104 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -13,7 +13,10 @@ ] } ], - "dest": "api" + "dest": "api", + "properties": { + "TargetFramework": "net8.0" + } } ], "build": {