2026-05-18 errorscsharpdotnet Fix: framework_version=6.0.0 was not found when launching a .NET 6 binary The .NET 6 runtime is gone or mismatched. Either install net6.0 again, roll forward to net8.0 via runtimeconfig, retarget the csproj, or ship self-contained.
2026-05-14 dotnet-11mauicoreclr MAUI switches to CoreCLR by default on Android, iOS, and Mac Catalyst in .NET 11 Preview 4 .NET 11 Preview 4 makes CoreCLR the default runtime for MAUI on Android, iOS, Mac Catalyst, and tvOS. Mono is still one MSBuild property away. Here is what changes, what breaks, and how to opt out.