Skip to content

Commit 84d4613

Browse files
chore(deps): update dotnet monorepo to 9.0.82 (#4074)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Maui.Controls](https://redirect.github.com/dotnet/maui) | `9.0.81` -> `9.0.82` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls/9.0.82?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls/9.0.81/9.0.82?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.Maui.Controls.Compatibility](https://redirect.github.com/dotnet/maui) | `9.0.81` -> `9.0.82` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Maui.Controls.Compatibility/9.0.82?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Maui.Controls.Compatibility/9.0.81/9.0.82?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/maui (Microsoft.Maui.Controls)</summary> ### [`v9.0.82`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.82): SR8.2 [Compare Source](https://redirect.github.com/dotnet/maui/compare/9.0.81...9.0.82) ##### What's Changed - \[release/9.0.1xx-sr8] Revert "Fix up relevant CA1416 warnings - Set 3 ([#&#8203;26751](https://redirect.github.com/dotnet/maui/issues/26751))" by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/maui/pull/30422](https://redirect.github.com/dotnet/maui/pull/30422) - Revert "Fixed picker allows user input if the keyboard is visible" by [@&#8203;PureWeen](https://redirect.github.com/PureWeen) in [https://github.com/dotnet/maui/pull/30447](https://redirect.github.com/dotnet/maui/pull/30447) **Full Changelog**: dotnet/maui@9.0.81...9.0.82 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ee0b3c commit 84d4613

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.7" />
60-
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.81" />
61-
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.81" />
60+
<PackageVersion Include="Microsoft.Maui.Controls" Version="9.0.82" />
61+
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.82" />
6262
</ItemGroup>
6363
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
6464
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.18" />

0 commit comments

Comments
 (0)