Skip to content

Commit 1a5e915

Browse files
chore(deps): update dotnet monorepo to 9.0.60 (#4017)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Maui.Controls](https://redirect.github.com/dotnet/maui) | `9.0.50` -> `9.0.60` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Maui.Controls/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Maui.Controls/9.0.50/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls/9.0.50/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.Maui.Controls.Compatibility](https://redirect.github.com/dotnet/maui) | `9.0.50` -> `9.0.60` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls.Compatibility/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Maui.Controls.Compatibility/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Maui.Controls.Compatibility/9.0.50/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls.Compatibility/9.0.50/9.0.60?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/maui (Microsoft.Maui.Controls)</summary> ### [`v9.0.60`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.60): SR6 [Compare Source](https://redirect.github.com/dotnet/maui/compare/9.0.50...9.0.60) ##### .NET MAUI 9.0 Service Release 6 (SR6) Release Notes ##### Highlights ##### Performance - Cleanup virtual layer measure invalidation by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28873](https://redirect.github.com/dotnet/maui/pull/28873) - Improved iOS CollectionView Performance: There's a significant performance improvement in PR [#&#8203;28225](https://redirect.github.com/dotnet/maui/pull/28225): "Improve iOS CollectionView performance by leveraging the new platform level invalidation mechanism" by [@&#8203;albyrock87](https://redirect.github.com/albyrock87). This change optimizes how CollectionView handles invalidation on iOS, which should result in smoother scrolling and better overall responsiveness. ##### Memory - Fixed ListView leak caused by not disposed ContextActionsCell by [@&#8203;VitalyKnyazev](https://redirect.github.com/VitalyKnyazev) in [https://github.com/dotnet/maui/pull/28702](https://redirect.github.com/dotnet/maui/pull/28702) - Make IShape in MauiCALayer a WeakReference by [@&#8203;MarcelStommel](https://redirect.github.com/MarcelStommel) in [https://github.com/dotnet/maui/pull/28412](https://redirect.github.com/dotnet/maui/pull/28412) ##### What's Changed ##### MAUI Product Fixes - \[iOS] Fix for Transparent Background Color not applied to WebView by [@&#8203;Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman) in [https://github.com/dotnet/maui/pull/28804](https://redirect.github.com/dotnet/maui/pull/28804) - The footer position is not on the far right of the horizontal grid - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28864](https://redirect.github.com/dotnet/maui/pull/28864) - Fixed ListView leak caused by not disposed ContextActionsCell by [@&#8203;VitalyKnyazev](https://redirect.github.com/VitalyKnyazev) in [https://github.com/dotnet/maui/pull/28702](https://redirect.github.com/dotnet/maui/pull/28702) - Fix iOS CollectionView not reacting properly to orientation changes by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28670](https://redirect.github.com/dotnet/maui/pull/28670) - \[iOS] CollectionView footer sizing when source is empty - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28610](https://redirect.github.com/dotnet/maui/pull/28610) - Fixed iOS cell resizing issue [#&#8203;23319](https://redirect.github.com/dotnet/maui/issues/23319), CellRenderer.GetCell may not be called when overridden in derived class by [@&#8203;VitalyKnyazev](https://redirect.github.com/VitalyKnyazev) in [https://github.com/dotnet/maui/pull/28690](https://redirect.github.com/dotnet/maui/pull/28690) - Allow to use Theme changes actions on Catalyst by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28181](https://redirect.github.com/dotnet/maui/pull/28181) - Fixed the Label not sized correctly on Android by [@&#8203;Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in [https://github.com/dotnet/maui/pull/28215](https://redirect.github.com/dotnet/maui/pull/28215) - \[iOS] Back-navigation with swipe-back navigates back twice - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28485](https://redirect.github.com/dotnet/maui/pull/28485) - System.MissingMethodException in PropertyPropagationExtensions fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28456](https://redirect.github.com/dotnet/maui/pull/28456) - \[Windows] Fixed the text and icon color issues in the DatePicker when hovering over it. by [@&#8203;Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in [https://github.com/dotnet/maui/pull/27147](https://redirect.github.com/dotnet/maui/pull/27147) - Fix for CarouselView doesnot scroll corresponding to ItemsUpdatingScrollMode when collection modified by [@&#8203;SuthiYuvaraj](https://redirect.github.com/SuthiYuvaraj) in [https://github.com/dotnet/maui/pull/26608](https://redirect.github.com/dotnet/maui/pull/26608) - \[Android] Fix ImageButton Padding the third by [@&#8203;aheubusch](https://redirect.github.com/aheubusch) in [https://github.com/dotnet/maui/pull/25223](https://redirect.github.com/dotnet/maui/pull/25223) - \[iOS] \[Android] Fix for the FontImageSource color is not applied properly to the Tab Icon by [@&#8203;Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman) in [https://github.com/dotnet/maui/pull/26757](https://redirect.github.com/dotnet/maui/pull/26757) - Make IShape in MauiCALayer a WeakReference by [@&#8203;MarcelStommel](https://redirect.github.com/MarcelStommel) in [https://github.com/dotnet/maui/pull/28412](https://redirect.github.com/dotnet/maui/pull/28412) - Fixed crash in CollectionView on iOS when updating grouped data. by [@&#8203;Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in [https://github.com/dotnet/maui/pull/28133](https://redirect.github.com/dotnet/maui/pull/28133) - Fixed Stepper allows incrementing beyond the maximum value by [@&#8203;SubhikshaSf4851](https://redirect.github.com/SubhikshaSf4851) in [https://github.com/dotnet/maui/pull/28398](https://redirect.github.com/dotnet/maui/pull/28398) - Fixed - Using CollectionView.EmptyView results in an Exception on Windows by [@&#8203;KarthikRajaKalaimani](https://redirect.github.com/KarthikRajaKalaimani) in [https://github.com/dotnet/maui/pull/28367](https://redirect.github.com/dotnet/maui/pull/28367) - Fixed Label Visibility Issue on macOS and iOS by [@&#8203;Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in [https://github.com/dotnet/maui/pull/28081](https://redirect.github.com/dotnet/maui/pull/28081) - \[Windows] Fixed Shadow not updated when Clipping a View with a shadow by [@&#8203;NirmalKumarYuvaraj](https://redirect.github.com/NirmalKumarYuvaraj) in [https://github.com/dotnet/maui/pull/27873](https://redirect.github.com/dotnet/maui/pull/27873) - \[iOS] Fix for CursorPosition Property Not Applied Correctly to Entry Control by [@&#8203;praveenkumarkarunanithi](https://redirect.github.com/praveenkumarkarunanithi) in [https://github.com/dotnet/maui/pull/27220](https://redirect.github.com/dotnet/maui/pull/27220) - \[Windows] WebView Navigated event is still called even after cancelling the Navigation. by [@&#8203;Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman) in [https://github.com/dotnet/maui/pull/28340](https://redirect.github.com/dotnet/maui/pull/28340) - \[Windows] Fixed BackButton visibility issue when switching tabs without NavigationPage by [@&#8203;Vignesh-SF3580](https://redirect.github.com/Vignesh-SF3580) in [https://github.com/dotnet/maui/pull/28371](https://redirect.github.com/dotnet/maui/pull/28371) - \[Windows] Fix IsPresented property not updating correctly in FlyoutPage by [@&#8203;devanathan-vaithiyanathan](https://redirect.github.com/devanathan-vaithiyanathan) in [https://github.com/dotnet/maui/pull/28471](https://redirect.github.com/dotnet/maui/pull/28471) - Make it safer to set TestCases.HostApp main page by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28355](https://redirect.github.com/dotnet/maui/pull/28355) - SwipeItemView won't render FontImageSource on first opening - fix by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/25397](https://redirect.github.com/dotnet/maui/pull/25397) - Fixed controls sample navigation crash by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28069](https://redirect.github.com/dotnet/maui/pull/28069) - \[Windows] Fixed the issue with SearchBar focus and unfocus events. by [@&#8203;Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in [https://github.com/dotnet/maui/pull/28529](https://redirect.github.com/dotnet/maui/pull/28529) - Improve iOS CollectionView performance by leveraging the new platform level invalidation mechanism by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28225](https://redirect.github.com/dotnet/maui/pull/28225) - Fix for border color of the RadioButton is visible in Windows by [@&#8203;SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852) in [https://github.com/dotnet/maui/pull/28214](https://redirect.github.com/dotnet/maui/pull/28214) - \[Android] CarouselView: Remove rounding from SizedItemContentView that results in off-by-one pixel error by [@&#8203;filipnavara](https://redirect.github.com/filipnavara) in [https://github.com/dotnet/maui/pull/25411](https://redirect.github.com/dotnet/maui/pull/25411) - Fixed content update issue when changing the ControlTemplate at runtime for a ContentPage by [@&#8203;sheiksyedm](https://redirect.github.com/sheiksyedm) in [https://github.com/dotnet/maui/pull/28216](https://redirect.github.com/dotnet/maui/pull/28216) - \[Accessibility] Add Accessibility Traits to CollectionView items on iOS/Catalyst by [@&#8203;tj-devel709](https://redirect.github.com/tj-devel709) in [https://github.com/dotnet/maui/pull/27971](https://redirect.github.com/dotnet/maui/pull/27971) - \[Mac Catalyst] `NullReferenceException` in `DragAndDropDelegate` - FIX by [@&#8203;MartyIX](https://redirect.github.com/MartyIX) in [https://github.com/dotnet/maui/pull/28417](https://redirect.github.com/dotnet/maui/pull/28417) - \[Android] Fix: Prevent duplicate Completed event when setting ReturnType in Entry by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/28018](https://redirect.github.com/dotnet/maui/pull/28018) - \[Windows] Fix RightToLeft is not working for Shell by [@&#8203;SubhikshaSf4851](https://redirect.github.com/SubhikshaSf4851) in [https://github.com/dotnet/maui/pull/28161](https://redirect.github.com/dotnet/maui/pull/28161) - Check if RefreshControl is enabled on iOS by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/28365](https://redirect.github.com/dotnet/maui/pull/28365)5 - Fix/workaround iOS stuck device tests by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28196](https://redirect.github.com/dotnet/maui/pull/28196) - \[Windows] Fix for wrong secondary ToolbarItem size by [@&#8203;Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman) in [https://github.com/dotnet/maui/pull/25550](https://redirect.github.com/dotnet/maui/pull/25550) - Cleanup virtual layer measure invalidation by [@&#8203;albyrock87](https://redirect.github.com/albyrock87) in [https://github.com/dotnet/maui/pull/28873](https://redirect.github.com/dotnet/maui/pull/28873) - Revert Applying visibility change to child controls by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/28768](https://redirect.github.com/dotnet/maui/pull/28768) ##### Testing - Fix for flaky tests by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/28887](https://redirect.github.com/dotnet/maui/pull/28887) - \[Testing] Fix for flaky UITests in CI that occasionally fail - 8 by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28828](https://redirect.github.com/dotnet/maui/pull/28828) - Resave mac tabbedpage images by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28803](https://redirect.github.com/dotnet/maui/pull/28803) - Update Issue19509.cs by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28807](https://redirect.github.com/dotnet/maui/pull/28807) - \[Testing] Fix for flaky UITests in CI that occasionally fail - 6 by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/28747](https://redirect.github.com/dotnet/maui/pull/28747) - \[Testing] Fix for flaky UITests in CI that occasionally fail - 7 by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28764](https://redirect.github.com/dotnet/maui/pull/28764) - \[Testing] Fixed test case failure 28485 by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28644](https://redirect.github.com/dotnet/maui/pull/28644) - \[Testing] Implemented InteractivePopGesture by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28577](https://redirect.github.com/dotnet/maui/pull/28577) - Fixed Test case failure in PR 28560 by [@&#8203;Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in [https://github.com/dotnet/maui/pull/28584](https://redirect.github.com/dotnet/maui/pull/28584) - \[Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 7 by [@&#8203;nivetha-nagalingam](https://redirect.github.com/nivetha-nagalingam) in [https://github.com/dotnet/maui/pull/28409](https://redirect.github.com/dotnet/maui/pull/28409) - \[Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 5 by [@&#8203;TamilarasanSF4853](https://redirect.github.com/TamilarasanSF4853) in [https://github.com/dotnet/maui/pull/28193](https://redirect.github.com/dotnet/maui/pull/28193) - \[Testing] Enabling more UI Tests by removing platform specific condition - 19 by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28060](https://redirect.github.com/dotnet/maui/pull/28060) - \[Testing] Enabling more UI Tests by removing platform specific condition - 15 by [@&#8203;LogishaSelvarajSF4525](https://redirect.github.com/LogishaSelvarajSF4525) in [https://github.com/dotnet/maui/pull/27965](https://redirect.github.com/dotnet/maui/pull/27965) - \[Testing] - Fix for flaky UI tests ShouldIgnoreBottomContentInsetForCollectionViewItems and VerifyCarouselViewBindingAndRendering by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/28626](https://redirect.github.com/dotnet/maui/pull/28626) - \[tests] Fix ItemImageSourceShouldBeVisible by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28665](https://redirect.github.com/dotnet/maui/pull/28665) - \[Testing] Move Android UITests to run on Linux by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28513](https://redirect.github.com/dotnet/maui/pull/28513) - \[Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 2 by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/28058](https://redirect.github.com/dotnet/maui/pull/28058) - \[Testing] Fix for flaky UITests in CI that occasionally fail - 5 by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/28583](https://redirect.github.com/dotnet/maui/pull/28583) - \[Testing] - Fix for flaky UITests related to the virtual keyboard in Android and iOS platforms by [@&#8203;anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal) in [https://github.com/dotnet/maui/pull/27876](https://redirect.github.com/dotnet/maui/pull/27876) - \[Testing] Fix for flaky UITests Issue18896 and disable Issue14471 test which fails in CI randomly by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28533](https://redirect.github.com/dotnet/maui/pull/28533) - \[Testing] Fix: BlankScreenOnNavigationBack on Android by [@&#8203;bhavanesh2001](https://redirect.github.com/bhavanesh2001) in [https://github.com/dotnet/maui/pull/28423](https://redirect.github.com/dotnet/maui/pull/28423) - \[testing] Disable CheckEntitlementsForMauiBlazorOnMacCatalyst by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28407](https://redirect.github.com/dotnet/maui/pull/28407) - \[Testing] Moved ImageDoesNotLeak test case from Device Test to UI Test by [@&#8203;HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517) in [https://github.com/dotnet/maui/pull/28223](https://redirect.github.com/dotnet/maui/pull/28223) - \[Testing] Mark BindingUpdatesFromInteractiveRefresh as flaky by [@&#8203;jsuarezruiz](https://redirect.github.com/jsuarezruiz) in [https://github.com/dotnet/maui/pull/28369](https://redirect.github.com/dotnet/maui/pull/28369) ##### Dependency Updates - Update dependencies from https://github.com/dotnet/xharness build [`2025040`](https://redirect.github.com/dotnet/maui/commit/20250403).2 by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in[https://github.com/dotnet/maui/pull/28819](https://redirect.github.com/dotnet/maui/pull/28819)9 - Update dependencies from https://github.com/dotnet/xharness build [`2025031`](https://redirect.github.com/dotnet/maui/commit/20250317).9 by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in[https://github.com/dotnet/maui/pull/28578](https://redirect.github.com/dotnet/maui/pull/28578)8 - Upgrade Syncfusion Toolkit version from 1.0.3 to 1.0.4 by [@&#8203;Choza-rajan](https://redirect.github.com/Choza-rajan) in [https://github.com/dotnet/maui/pull/28447](https://redirect.github.com/dotnet/maui/pull/28447) - Upgrade from 1.6.5 to 1.6.6 by [@&#8203;MartyIX](https://redirect.github.com/MartyIX) in [https://github.com/dotnet/maui/pull/28338](https://redirect.github.com/dotnet/maui/pull/28338) - \[ci] Update arcade and xharness by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28378](https://redirect.github.com/dotnet/maui/pull/28378) ##### Docs - Improve TFM condition for sample content template by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/28865](https://redirect.github.com/dotnet/maui/pull/28865) - Update CommunityToolkit.Maui reference in sample content template by [@&#8203;jfversluis](https://redirect.github.com/jfversluis) in [https://github.com/dotnet/maui/pull/28510](https://redirect.github.com/dotnet/maui/pull/28510) - Page.DisplayAlert documentation - Task vs Task<bool> by [@&#8203;kubaflo](https://redirect.github.com/kubaflo) in [https://github.com/dotnet/maui/pull/28521](https://redirect.github.com/dotnet/maui/pull/28521) ##### Housekeeping - Update Versions.props to 9.0.60 SR6 by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/28899](https://redirect.github.com/dotnet/maui/pull/28899) - \[main] \[ci] Add maui release internal by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/28776](https://redirect.github.com/dotnet/maui/pull/28776)6 - Revert "\[ci] Fix naming of workloads ([#&#8203;28742](https://redirect.github.com/dotnet/maui/issues/28742))" by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28754](https://redirect.github.com/dotnet/maui/pull/28754) - \[ci] Fix naming of workloads by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/28742](https://redirect.github.com/dotnet/maui/pull/28742)2 - \[ci] Fix variable \_UploadPathRoot by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/dotnet/maui/pull/28733](https://redirect.github.com/dotnet/maui/pull/28733)3 - \[ci] Fix publish zip for insertions by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28724](https://redirect.github.com/dotnet/maui/pull/28724) - \[ci] Try fix internal main by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28709](https://redirect.github.com/dotnet/maui/pull/28709) - \[2025/03/24] Candidate - In Flight Branch by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/28560](https://redirect.github.com/dotnet/maui/pull/28560) - \[ci] We do want macos15 by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28673](https://redirect.github.com/dotnet/maui/pull/28673) - \[ci] Some fixes for dnceng builds by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28671](https://redirect.github.com/dotnet/maui/pull/28671) - \[ci] Sign fonts with 3PartyScriptsSHA2 by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28646](https://redirect.github.com/dotnet/maui/pull/28646) - \[ci] Don't use the short url for install script by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28591](https://redirect.github.com/dotnet/maui/pull/28591) - Update dotnet-format-daily-main.yml by [@&#8203;danmoseley](https://redirect.github.com/danmoseley) in [https://github.com/dotnet/maui/pull/28488](https://redirect.github.com/dotnet/maui/pull/28488) - Made sudo optional for linux jdk provisioning by [@&#8203;Redth](https://redirect.github.com/Redth) in [https://github.com/dotnet/maui/pull/28195](https://redirect.github.com/dotnet/maui/pull/28195) - \[ci] Cleanup the provisionator Xcode script by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28395](https://redirect.github.com/dotnet/maui/pull/28395) - Update bug-report.yml by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28394](https://redirect.github.com/dotnet/maui/pull/28394) - \[ci] Update arcade and xharness by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/7](https://redirect.github.com/dotnet/maui/pull/7)cc361f32c - \[ci] Add net10.0 to triggers by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28359](https://redirect.github.com/dotnet/maui/pull/28359) - \[ci] Fix provisionator by [@&#8203;rmarinho](https://redirect.github.com/rmarinho) in [https://github.com/dotnet/maui/pull/28325](https://redirect.github.com/dotnet/maui/pull/28325) - Update Versions.props to .NET 9 SR6 by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/28326](https://redirect.github.com/dotnet/maui/pull/28326) ##### New Contributors - [@&#8203;sheiksyedm](https://redirect.github.com/sheiksyedm) made their first contribution in [https://github.com/dotnet/maui/pull/28216](https://redirect.github.com/dotnet/maui/pull/28216) - [@&#8203;danmoseley](https://redirect.github.com/danmoseley) made their first contribution in [https://github.com/dotnet/maui/pull/28488](https://redirect.github.com/dotnet/maui/pull/28488) - [@&#8203;Choza-rajan](https://redirect.github.com/Choza-rajan) made their first contribution in [https://github.com/dotnet/maui/pull/28447](https://redirect.github.com/dotnet/maui/pull/28447) - [@&#8203;SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852) made their first contribution in [https://github.com/dotnet/maui/pull/28214](https://redirect.github.com/dotnet/maui/pull/28214) **Full Changelog**: dotnet/maui@9.0.50...9.0.60 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab3a284 commit 1a5e915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
</ItemGroup>
5858
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
5959
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="9.0.4" />
60-
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.50" />
61-
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.50" />
60+
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.60" />
61+
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.60" />
6262
</ItemGroup>
6363
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
6464
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.15" />

0 commit comments

Comments
 (0)