Update out-of-support net8.0 MAUI targets to net9.0 by edgchen1 · Pull Request #26463 · microsoft/onnxruntime

added 7 commits

October 29, 2025 17:54
…es and error out on failure

edgchen1

snnn

snnn previously approved these changes Oct 31, 2025

@edgchen1

snnn

snnn approved these changes Oct 31, 2025

@edgchen1 edgchen1 deleted the edgchen1/fix_dotnet_mobile_eol_issue branch

November 1, 2025 00:47

baijumeswani pushed a commit that referenced this pull request

Jan 16, 2026
<!-- Describe your changes. -->

.NET MAUI 8 is out of support. See here:
https://dotnet.microsoft.com/en-us/platform/support/policy/maui

We started seeing errors about this in the NuGet packaging pipeline.
```
```

This change updates net8.0 mobile target framework monikers to net9.0.

<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Fix packaging pipeline.