Upgraded to .NET 10#55
Open
newky2k wants to merge 3 commits into
Open
Conversation
Except the framework version
Redth
reviewed
May 12, 2026
| @@ -0,0 +1,5 @@ | |||
| <Project> | |||
| <PropertyGroup> | |||
| <MauiVersion>10.0.60</MauiVersion> | |||
Owner
There was a problem hiding this comment.
Can we reduce to not use the latest so that others can still use this lib without depending on the latest SR if they haven't moved to it yet? API should be compatible and you can always opt-in to the latest in your own app of course!
Suggested change
| <MauiVersion>10.0.60</MauiVersion> | |
| <MauiVersion>10.0.20</MauiVersion> |
Author
There was a problem hiding this comment.
@Redth sure i'll updated it. Also looks like the yml needs updating too
Author
There was a problem hiding this comment.
@Redth I removed the directory.build.props entirely so i just uses the mauiversion from the SDK
I also updated the version numbers of the tasks on github actions yml
Updated task versions in main.yml
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@Redth I have upgraded the target framework to .NET 10 and the latest version of MAUI.
I've upgraded to the latest versions of the dependencies as well.
Added global:: to the android classes to reduce the changes of namespace collisions.