Skip to content

Conversation

@MattKotsenas
Copy link
Contributor

Add support for .NET 10. Also did a bit of cleanup to add a PackageReadme as well.

@jeffkl jeffkl closed this Sep 11, 2025
@jeffkl jeffkl reopened this Sep 11, 2025
@jeffkl jeffkl closed this Sep 11, 2025
@jeffkl jeffkl reopened this Sep 11, 2025
@jeffkl jeffkl closed this Sep 11, 2025
@jeffkl jeffkl reopened this Sep 11, 2025
Copy link
Owner

@jeffkl jeffkl left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!

@jeffkl jeffkl requested a review from Copilot September 11, 2025 21:37
Copy link

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 adds support for .NET 10 to the Microsoft.Build.Utilities.ProjectCreation library. It updates target frameworks, removes System.Text.Json dependency for .NET 10 support, and includes package metadata improvements.

  • Added .NET 10.0 as a target framework across all projects
  • Updated CI/CD workflows to test against .NET 10 preview versions
  • Cleaned up package dependencies and added PackageReadme metadata

Reviewed Changes

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

Show a summary per file
File Description
Microsoft.Build.Utilities.ProjectCreation.csproj Added net10.0 target framework and removed System.Text.Json reference
Microsoft.Build.Utilities.ProjectCreation.UnitTests.csproj Added net10.0 target framework with System.CodeDom version override
TestBase.cs Added .NET 10.0 support with appropriate SDK version mapping
PublicAPI files Created public API tracking files for net10.0 framework
global.json Updated SDK version to .NET 10 preview
Directory.Packages.props Removed System.Text.Json package version references
CI/CD workflows Updated to install and test against .NET 10 preview versions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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