-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 1a5e915
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[Microsoft.Maui.Controls.Compatibility](https://redirect.github.com/dotnet/maui)
| `9.0.50` -> `9.0.60` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
[@​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
[#​28225](https://redirect.github.com/dotnet/maui/pull/28225):
"Improve iOS CollectionView performance by leveraging the new platform
level invalidation mechanism" by
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[#​23319](https://redirect.github.com/dotnet/maui/issues/23319),
CellRenderer.GetCell may not be called when overridden in derived class
by [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
([#​28742](https://redirect.github.com/dotnet/maui/issues/28742))"
by [@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/28326](https://redirect.github.com/dotnet/maui/pull/28326)
##### New Contributors
- [@​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)
- [@​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)
- [@​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)
-
[@​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 1a5e915Copy full SHA for 1a5e915
1 file changed
+2
-2
lines changedsrc/Directory.Packages.props
Copy file name to clipboardExpand all lines: src/Directory.Packages.props+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
0 commit comments