mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
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.
8 lines
95 B
JSON
8 lines
95 B
JSON
{
|
|
"msbuild-sdks": {
|
|
"Uno.Sdk": "6.5.36"
|
|
},
|
|
"sdk": {
|
|
"allowPrerelease": true
|
|
}
|
|
} |