-
Notifications
You must be signed in to change notification settings - Fork 471
Increase Microsoft.Maui.* Dependencies to v9.0.40
#2525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update pipelines
|
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! |
Haha - whoops! I only updated Fixed ✅ |
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: