Pin Uno.Sdk back to 6.5.36, fixing blank Carousel rendering

The 6.7.0-dev.99 prerelease pulled in by global.json regressed the
CommunityToolkit Carousel control on the Uno desktop/Skia target: item
containers rendered but their content never did, breaking the Logo
History and Photos carousels. 6.5.36 is the documented stable version
and restores correct rendering.
This commit is contained in:
2026-06-30 07:33:28 +01:00
parent ee9e88f222
commit a44c74c312

View File

@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"Uno.Sdk": "6.7.0-dev.99"
"Uno.Sdk": "6.5.36"
},
"sdk": {
"allowPrerelease": true