Skip to content

Conversation

@DevTKSS
Copy link

@DevTKSS DevTKSS commented Dec 26, 2025

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 .sln format to the new .slnx format. These changes ensure compatibility with the latest .NET features and tooling.

Target framework and SDK upgrades:

  • Updated all target frameworks in 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]
  • Upgraded Uno.Sdk from version 6.2.29 to 6.4.42 in global.json.

Solution file migration:

  • Removed the legacy Visual Studio .sln solution file and replaced it with the new .slnx format for improved project and platform configuration management. [1] [2]

PR Type:

What is the current behavior? 🤔

  • uses net9.0
  • old sln format solution

What is the new behavior? 🚀

  • uses net10.0
  • new slnx format solution

PR Checklist ✅

Please check if your PR fulfills the following requirements:

Other information ℹ️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update samples to latest Uno.Sdk 6.0

1 participant