chore: adjust for net10 (backport #1845)#1850
Merged
jeromelaban merged 7 commits intoNov 12, 2025
Merged
Conversation
(cherry picked from commit 15bbfba) # Conflicts: # src/Uno.Sdk.Updater.targets
(cherry picked from commit e570847)
(cherry picked from commit 453d4d9)
(cherry picked from commit 29a2454) # Conflicts: # src/Uno.Sdk.Updater.targets
(cherry picked from commit 736bf0d)
(cherry picked from commit 2c64a5e)
Author
|
Cherry-pick of 15bbfba has failed: Cherry-pick of 29a2454 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
agneszitte
approved these changes
Nov 11, 2025
This was referenced Dec 2, 2025
This was referenced Dec 22, 2025
This was referenced Dec 29, 2025
This was referenced Jan 19, 2026
This was referenced Feb 16, 2026
This was referenced May 4, 2026
This was referenced May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the default .NET target version for Uno templates and related CI infrastructure from .NET 9.0 to .NET 10.0. It also removes preview labels from .NET 10.0 descriptions and makes minor adjustments to CI scripts and bootstrapper versions to align with .NET 10.0 support.
Template updates:
Changed the default target framework to
net10.0in all Uno templates (unoapp,unolib,unolib-uitest,unomauilib) and updated descriptions to remove the "Preview" label for .NET 10.0. (F1fe99c3L22R22, [1] [2] [3] [4] [5] [6] [7]Updated a template condition for
net10.0inunoappso that the value is now set tofalseinstead oftrue.CI and build infrastructure:
Updated the .NET 10 version used in CI scripts to
10.0.100(removing the release candidate suffix) and set theunocheckArgumentsto an empty string for .NET 10 test groups. [1] [2]Added a TODO comment to the
UnoWasmBootstrapVersionNet10property and similar TODOs to environment variables for UnoCheck versions, indicating these should be updated when stable versions are released. [1] [2]This is an automatic backport of pull request chore: adjust for net10 #1845 done by Mergify.