Skip to content
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

.NET 9 #8

Merged
merged 4 commits into from
Nov 19, 2024
Merged

.NET 9 #8

merged 4 commits into from
Nov 19, 2024

Conversation

IeuanWalker
Copy link
Owner

No description provided.

Updated App.csproj to target .NET 9.0 for Android and iOS, reorganized project properties, and removed iOS provisioning settings. Removed BOM from XML declarations in various XAML files. Added Microsoft.Maui namespace to MainActivity.cs and AppDelegate.cs.
Updated target frameworks to .NET 9.0, including Android and iOS. Moved `SupportedOSPlatformVersion` properties within the same `PropertyGroup`. Modified `PackageReleaseNotes` to include an empty line. Removed `GeneratePackageOnBuild` property conditioned on 'Release'. Removed `ItemGroup` containing `None` element for `icon.png`. Made `DotNet.ReproducibleBuilds` and `MauiXaml` updates always included. Updated conditions for `.ios.cs` and `.android.cs` files. Corrected XML declaration in `StateButton.xaml`.
Added a closing `</PropertyGroup>` tag to `IeuanWalker.Maui.StateButton.csproj` to ensure the XML structure is correctly closed and well-formed. This change is essential for proper parsing and functioning of the project file.
Updated the .NET version from 7.0.101 to 9.*.* in both `Release.yml` and `build.yml`. Modified the `NUGET_PATH` to use the GitHub release tag name in `Release.yml` and set it to version 1.0.0 in `build.yml`.
@IeuanWalker IeuanWalker merged commit 4af0619 into master Nov 19, 2024
2 checks passed
@IeuanWalker IeuanWalker deleted the net9 branch November 19, 2024 17:22
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.

1 participant