Skip to content

Remove unnecessary .NET SDK versions from PR workflow#28

Merged
Chris-Wolfgang merged 2 commits intogithub-folder-changesfrom
copilot/sub-pr-27
Dec 18, 2025
Merged

Remove unnecessary .NET SDK versions from PR workflow#28
Chris-Wolfgang merged 2 commits intogithub-folder-changesfrom
copilot/sub-pr-27

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 18, 2025

Description

The PR workflow was installing .NET SDK versions 5.0.x, 6.0.x, and 7.0.x which are not required. The project targets net462, net472, net48, net481, netstandard2.0, netstandard2.1, net8.0, and net9.0 - all of which can be built using only .NET 8.0.x and 9.0.x SDKs.

Type of change

  • Refactor

How Has This Been Tested?

  • Built the main library project targeting all frameworks (net462, net472, net48, net481, netstandard2.0, netstandard2.1, net8.0, net9.0) successfully with only .NET 8/9 SDKs installed

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

Additional context

Reduces CI build time and resource usage by eliminating three unnecessary SDK installations.


💬 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] Address feedback on .github folder updates Remove unnecessary .NET SDK versions from PR workflow Dec 18, 2025
Copilot AI requested a review from Chris-Wolfgang December 18, 2025 00:29
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review December 18, 2025 00:30
@Chris-Wolfgang Chris-Wolfgang merged commit e524429 into github-folder-changes Dec 18, 2025
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-27 branch December 18, 2025 01:16
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