Skip to content

Commit

Permalink
Bump Microsoft.Maui.Controls from 9.0.10 to 9.0.12 in /Source (#4364)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Maui.Controls](https://github.com/dotnet/maui) from 9.0.10 to 9.0.12.
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleaseSchedule.md)
- [Commits](dotnet/maui@9.0.10...9.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.Maui.Controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 5, 2024
1 parent 88addaf commit b6196ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Csla.Xaml.Maui/Csla.Xaml.Maui.csproj
Original file line number Diff line number Diff line change
@@ -23,12 +23,12 @@
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith(&quot;net9&quot;))">
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith(&quot;net8&quot;))">
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
</ItemGroup>

0 comments on commit b6196ca

Please sign in to comment.