Merge pull request #20964 from michaelnebel/csharp/nugetversionsorting

C#: Fix NuGet version bug and a .NET10 compatibility issue.
This commit is contained in:
Michael Nebel
2025-12-08 09:35:53 +01:00
committed by GitHub
13 changed files with 45 additions and 50 deletions

View File

@@ -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.