## Summary Migrate the project from .NET Framework 4.6.2 to .NET 8 or .NET 10 (`net8.0-windows` / `net10.0-windows`). ## Motivation - .NET Framework requires Windows + full .NET Framework install — not included in modern Windows by default - .NET 8+ ships self-contained, better performance, long-term support - WinForms is fully supported on .NET 8+ (`net8.0-windows`) - Several open issues mention .NET Framework installation problems (see #856) - Existing DRAFT PR #750 started SDK migration but stalled ## Related - #856 — .NET Framework 4.6.2 discussion - PR #750 — SDK migration (stalled since 2023) ## Question Is this on the roadmap? Would a PR targeting .NET 8 be considered?
Summary
Migrate the project from .NET Framework 4.6.2 to .NET 8 or .NET 10 (
net8.0-windows/net10.0-windows).Motivation
net8.0-windows)Related
Question
Is this on the roadmap? Would a PR targeting .NET 8 be considered?