Skip to content

Upgraded to .NET 10#55

Open
newky2k wants to merge 3 commits into
Redth:mainfrom
newky2k:main
Open

Upgraded to .NET 10#55
newky2k wants to merge 3 commits into
Redth:mainfrom
newky2k:main

Conversation

@newky2k
Copy link
Copy Markdown

@newky2k newky2k commented May 12, 2026

@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.

Comment thread Directory.Build.props Outdated
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<MauiVersion>10.0.60</MauiVersion>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Redth sure i'll updated it. Also looks like the yml needs updating too

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants