Skip to content

Add net10.0 target framework while preserving out-of-support frameworks#47

Merged
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-41-please-work
Dec 27, 2025
Merged

Add net10.0 target framework while preserving out-of-support frameworks#47
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-41-please-work

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 27, 2025

Description

Adds net10.0 to the main library's target frameworks to align with CI/CD workflow requirements, while preserving all existing out-of-support frameworks per project maintainer request.

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor

How Has This Been Tested?

  • Build verification for net10.0 specifically
  • Build verification for all 13 target frameworks
  • No warnings or errors produced

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

N/A

Additional context

The CI/CD workflow in .github/workflows/pr.yaml attempts to build net10.0 but the project only targeted up to net9.0. This change resolves the mismatch by adding net10.0 to the TargetFrameworks property in Wolfgang.Etl.Abstractions.csproj.

All out-of-support frameworks remain intact:

  • .NET Framework: net462, net472, net48, net481
  • .NET Core: netcoreapp3.1
  • Modern .NET: net5.0, net6.0, net7.0

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI/CD support for .NET 10 as per review Add net10.0 target framework while preserving out-of-support frameworks Dec 27, 2025
Copilot AI requested a review from Chris-Wolfgang December 27, 2025 20:13
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review December 27, 2025 21:23
@Chris-Wolfgang Chris-Wolfgang merged commit 9f6137b into develop Dec 27, 2025
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-41-please-work branch December 27, 2025 21:23
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