Skip to content

Commit b6196ca

Browse files
Bump Microsoft.Maui.Controls from 9.0.10 to 9.0.12 in /Source (#4364)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88addaf commit b6196ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Csla.Xaml.Maui/Csla.Xaml.Maui.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition="$(TargetFramework.StartsWith(&quot;net9&quot;))">
26-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
27-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.0" />
26+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
27+
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.12" />
2828
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
2929
</ItemGroup>
3030
<ItemGroup Condition="$(TargetFramework.StartsWith(&quot;net8&quot;))">
31-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
31+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
3232
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.12" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)