Skip to content

[build] update to .NET 10#286

Merged
jonathanpeppers merged 1 commit intodotnet:mainfrom
jonathanpeppers:dev/peppers/net10.0
Feb 24, 2026
Merged

[build] update to .NET 10#286
jonathanpeppers merged 1 commit intodotnet:mainfrom
jonathanpeppers:dev/peppers/net10.0

Conversation

@jonathanpeppers
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings February 24, 2026 18:13
@jonathanpeppers jonathanpeppers added the copilot `copilot-cli` or other AIs were used to author this label Feb 24, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 to .NET 10, modernizing the build infrastructure and C# language version configuration. The changes update target framework versions and standardize C# language version settings to use "latest" instead of specific version numbers.

Changes:

  • Updated .NET target framework from 9.0 to 10.0 across build configuration files
  • Changed C# language version from specific versions (9.0 and 12.0) to "latest" for consistency
  • Updated Azure Pipelines to use .NET 10.0.x SDK

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
Directory.Build.props Updated DotNetTargetFrameworkVersion from 9.0 to 10.0
azure-pipelines.yaml Updated DotNetCoreVersion from 9.0.x to 10.0.x
src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj Changed LangVersion from 9.0 to "latest"
src/Microsoft.Android.Build.BaseTasks/Microsoft.Android.Build.BaseTasks.csproj Changed LangVersion from 12.0 to "latest"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathanpeppers jonathanpeppers merged commit ed82bd1 into dotnet:main Feb 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

copilot `copilot-cli` or other AIs were used to author this

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants