Skip to content

Add .NET 10.0 target framework support#42

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

Add .NET 10.0 target framework support#42
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-41

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 27, 2025

Description

The release workflow was configured to build for net10.0, but the project file only targeted frameworks up to net9.0, causing build failures.

Added net10.0 to TargetFrameworks in Wolfgang.Etl.Abstractions.csproj to align with the release workflow configuration.

Type of change

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

How Has This Been Tested?

  • Built project for net10.0 framework specifically
  • Built project for all target frameworks to verify compatibility

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

This change is part of addressing feedback on PR #41 for .NET 10 and release automation updates. The project now successfully builds for all 13 target frameworks including the newly added net10.0.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI/CD process for .NET 10 and release automation Add .NET 10.0 target framework support Dec 27, 2025
Copilot AI requested a review from Chris-Wolfgang December 27, 2025 18:02
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review December 27, 2025 21:30
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