mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"msbuild-sdks": {
|
||||
"Uno.Sdk": "6.7.0-dev.99"
|
||||
"Uno.Sdk": "6.5.36"
|
||||
},
|
||||
"sdk": {
|
||||
"allowPrerelease": true
|
||||
|
||||
Reference in New Issue
Block a user