| Component | Description | |-----------|-------------| | .NET Runtime 8.0.11 | Core execution engine (JIT, GC, type system, interop) | | Windows Desktop Libraries | WinForms ( System.Windows.Forms ) and WPF ( System.Windows ) assemblies | | ASP.NET Core Runtime (optional) | Not included in the variant; separate runtime required | | Native host ( dotnet.exe ) | Launcher for managed applications |

For apps: You can embed a runtimeconfig.json that requires Microsoft.WindowsDesktop.App 8.0.11 . If only 8.0.10 is present, the app will exit with error:

1. Overview Windows Desktop Runtime 8.0.11 is a specific patch release of the .NET 8 runtime, designed exclusively for Windows-based desktop applications. It is part of the .NET 8 ecosystem, which is a Long-Term Support (LTS) release (supported for three years from initial release).

Windows Desktop Runtime 8.0.11 (2024)

| Component | Description | |-----------|-------------| | .NET Runtime 8.0.11 | Core execution engine (JIT, GC, type system, interop) | | Windows Desktop Libraries | WinForms ( System.Windows.Forms ) and WPF ( System.Windows ) assemblies | | ASP.NET Core Runtime (optional) | Not included in the variant; separate runtime required | | Native host ( dotnet.exe ) | Launcher for managed applications |

For apps: You can embed a runtimeconfig.json that requires Microsoft.WindowsDesktop.App 8.0.11 . If only 8.0.10 is present, the app will exit with error: windows desktop runtime 8.0.11

1. Overview Windows Desktop Runtime 8.0.11 is a specific patch release of the .NET 8 runtime, designed exclusively for Windows-based desktop applications. It is part of the .NET 8 ecosystem, which is a Long-Term Support (LTS) release (supported for three years from initial release). | Component | Description | |-----------|-------------| |