Skip to content

Commit

Permalink
Bump Microsoft.Maui.Controls.Maps from 9.0.10 to 9.0.30
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Maui.Controls.Maps](https://github.com/dotnet/maui) from 9.0.10 to 9.0.30.
- [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.30)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 7a23f90 commit 02aab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ClientApp/ClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="9.0.30" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" />
<PackageReference Include="IdentityModel" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="9.0.30" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

Expand Down

0 comments on commit 02aab8f

Please sign in to comment.