Files
marechai/global.json
Natalia Portillo a44c74c312 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.
2026-06-30 07:33:28 +01:00

8 lines
95 B
JSON

{
"msbuild-sdks": {
"Uno.Sdk": "6.5.36"
},
"sdk": {
"allowPrerelease": true
}
}