From 4112cfc8f1684071a8e9a2c1931bc81f4d596ec9 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 4 Dec 2025 15:42:18 +0100 Subject: [PATCH] C#: Add change note. --- csharp/ql/lib/change-notes/2025-12-04-bmn-dotnet-fixes.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2025-12-04-bmn-dotnet-fixes.md diff --git a/csharp/ql/lib/change-notes/2025-12-04-bmn-dotnet-fixes.md b/csharp/ql/lib/change-notes/2025-12-04-bmn-dotnet-fixes.md new file mode 100644 index 00000000000..af1f1b91966 --- /dev/null +++ b/csharp/ql/lib/change-notes/2025-12-04-bmn-dotnet-fixes.md @@ -0,0 +1,6 @@ +--- +category: fix +--- +* Fixed two issues affecting build mode `none`: + * Corrected version sorting logic when detecting the newest .NET framework to use. + * Improved stability for .NET 10 compatibility.