-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update project to .NET 10.0 #43
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.
Pull request overview
This PR updates the project from .NET 9.0 to .NET 10.0 while maintaining iOS 18.0 as the minimum supported version. The changes migrate to the newer Target Framework Moniker (TFM) format where the iOS version is specified separately via SupportedOSPlatformVersion rather than embedded in the TFM string.
Key Changes:
- Updated .NET SDK from 9.0.0 to 10.0.0
- Migrated from
net9.0-ios18.0TFM format tonet10.0-ioswith explicitSupportedOSPlatformVersionproperty - Updated all documentation and CI/CD workflows to reference .NET 10.0
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Source/global.json | Updated SDK version from 9.0.0 to 10.0.0 |
| Source/SaturdayMP.XPlugins.iOS.BEMCheckBox/SaturdayMP.XPlugins.iOS.BEMCheckBox.csproj | Updated target framework to net10.0-ios, added explicit SupportedOSPlatformVersion 18.0, and updated package tags |
| Source/ExampleClient/ExampleClient.csproj | Updated target framework to net10.0-ios (SupportedOSPlatformVersion was already present) |
| README.md | Updated documentation example to reflect new TFM format with separate minimum iOS version |
| AGENTS.md | Updated all references from .NET 9.0/net9.0-ios to .NET 10.0/net10.0-ios throughout agent guidance |
| .github/workflows/ci.yml | Updated CI workflow to install .NET 10.0 instead of 9.0 for both build and publish jobs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update the project to .NET 10 but keep the minimum iOS version at 18.