From 5bc3abaf4840a5c646e5ba92ea9b4892dae2a61c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:21:02 +0000 Subject: [PATCH 1/2] Initial plan From 81cffeda5a4fc952431c5fa7d31be8c4b2845eef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:25:12 +0000 Subject: [PATCH 2/2] Fix docs workflow: use net10.0 TFM and exclude IL2LLVM from docs Agent-Logs-Url: https://github.com/jonathanvdc/Flame/sessions/1ce00ffd-7761-4b3b-b832-6afda131681a Co-authored-by: jonathanvdc <9839946+jonathanvdc@users.noreply.github.com> --- docs/docfx.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index 1d7bbc7a..e69a74f1 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -11,13 +11,14 @@ "**/obj/**", "UnitTests/**", "Examples/**", - "ILOpt/**" + "ILOpt/**", + "IL2LLVM/**" ], "src": "../src" } ], "dest": "api", - "properties": { "TargetFramework": "net47" }, + "properties": { "TargetFramework": "net10.0" }, "disableGitFeatures": false, "disableDefaultFilter": false }