Increase Microsoft.Maui.* Dependencies to v9.0.40#2525
Merged
TheCodeTraveler merged 3 commits intomainfrom Feb 16, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (4)
- Directory.Build.props: Language not supported
- global.json: Language not supported
- src/CommunityToolkit.Maui.Camera/CommunityToolkit.Maui.Camera.csproj: Language not supported
- src/CommunityToolkit.Maui.MediaElement/CommunityToolkit.Maui.MediaElement.csproj: Language not supported
VladislavAntonyuk
previously approved these changes
Feb 16, 2025
Collaborator
VladislavAntonyuk
left a comment
There was a problem hiding this comment.
You also need to update pipelines
Member
|
I tested and verified the android updates on windows do not have any warnings when building now with 9.0.40 and 9.0.200 that are referenced in this PR. Nice to finally see those transient dependencies removed! |
Collaborator
Author
Haha - whoops! I only updated Fixed ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
This PR bumps
MauiPackageVersionto9.0.40and bumps the minimum .NET SDK version to9.0.200.Thanks to the updated Android Dependencies in the
Microsoft.Maui.ControlsNuGet Package, we can remove the transient Android dependencies inCommunityToolkit.Maui.CameraandCommunityToolkit.Maui.MediaElement.PR Checklist
mainat time of PRAdditional information
The
MauiPackageVersionproperty is used to define the version number for everyMicrosoft.Maui.*dependency used in each .NET MAUI Community Toolkit, e.g.Microsoft.Maui.Controls,Microsoft.Maui.Essentials, etc.This update requires users to install the latest .NET SDK and the latest MAUI Workloads installed on their local environment. I've added the requirements updatedUsed when a PR requires us to update the .NET SDK, .NET MAUI Workloads, Xcode Version, etc
label.
Here is the updated requirements we will need to include in the Release Notes: