Skip to content

Upgrade library, test project, and CI workflows to .NET 10 - #109

Open
mitchelsellers with Copilot wants to merge 2 commits into
developfrom
copilot/update-project-to-dotnet-10
Open

Upgrade library, test project, and CI workflows to .NET 10#109
mitchelsellers with Copilot wants to merge 2 commits into
developfrom
copilot/update-project-to-dotnet-10

Conversation

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

This updates the repository from .NET 9 to .NET 10 across the project, build pipeline, and package metadata. It also aligns direct development dependencies with the new target and removes a framework package reference that is no longer needed under .NET 10.

  • Framework targeting

    • Retargets the library and test projects from net9.0 to net10.0
  • Package/dependency updates

    • Updates direct package references used for packaging and test infrastructure
    • Removes the explicit Microsoft.Extensions.DependencyInjection reference, which is implicitly available for this project type on .NET 10
  • CI/release pipeline

    • Updates GitHub Actions workflows to install and build with .NET 10.x
  • Documentation

    • Adds a brief README note that current builds and package development target .NET 10
<TargetFramework>net10.0</TargetFramework>

Copilot AI linked an issue Sep 11, 2026 that may be closed by this pull request
Co-authored-by: mitchelsellers <5659113+mitchelsellers@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project, documentation, and dependencies to .NET 10 Upgrade library, test project, and CI workflows to .NET 10 Sep 11, 2026
@mitchelsellers
mitchelsellers marked this pull request as ready for review September 11, 2026 07:12
@sonarqubecloud

Copy link
Copy Markdown

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.

Update Project to .NET 10

2 participants