Update sk canvas element showcase sample #905
Open
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.
GitHub Issue: closes #887
This pull request updates the SKCanvasElementShowcase project to target .NET 10.0 across all supported platforms and upgrades the Uno.Sdk version. It also migrates the solution file from the traditional
.slnformat to the new.slnxformat. These changes ensure compatibility with the latest .NET features and tooling.Target framework and SDK upgrades:
SKCanvasElementShowcase.csproj, launch profiles, build scripts, and configuration files from .NET 9.0 to .NET 10.0 for desktop, Android, iOS, Windows, and browser WASM targets. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]global.json.Solution file migration:
.slnsolution file and replaced it with the new.slnxformat for improved project and platform configuration management. [1] [2]PR Type:
What is the current behavior? 🤔
What is the new behavior? 🚀
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️
.slnxformat correct setup for this case as we do need to pay attention to theARM64using this guide in the docs