Add the windowsTargetName for .NET 9 by adityapatwardhan · Pull Request #27474 · PowerShell/PowerShell
PowerShell / PowerShell Public
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Merged
merged 1 commit into
Merged
Conversation
adityapatwardhan
commented
May 18, 2026
adityapatwardhan
commented
Member
PR Summary
This pull request makes a small update to the tools/findMissingNotices.targets.json configuration file. The change adds an additional Windows target name for .NET 9.0.
- Added
net9.0-windows8.0to thewindowsTargetNamesarray intools/findMissingNotices.targets.jsonto support targeting Windows 8.0 with .NET 9.0.
PR Context
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Make sure all
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header - This PR is ready to merge. If this PR is a work in progress, please open this as a Draft Pull Request and mark it as Ready to Review when it is ready to merge.
- Breaking changes
- None
- OR
- Experimental feature(s) needed
- Experimental feature name(s):
- User-facing changes
- Not Applicable
- OR
- Documentation needed
- Issue filed:
- Testing - New and feature
- N/A or can only be tested interactively
- OR
- Make sure you've added a new test if existing tests do not effectively test the code changed
Copilot AI review requested due to automatic review settings
adityapatwardhan
requested a review
from a team
as a code owner
Copilot
AI
reviewed
Copilot
AI
left a comment
Copilot AI left a comment
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds the net9.0-windows8.0 entry to the windowsTargetNames array in tools/findMissingNotices.targets.json so the missing-notices tooling recognizes the .NET 9 Windows target.
Changes:
- Add
net9.0-windows8.0towindowsTargetNames.
adityapatwardhan
added
the
CL-BuildPackaging
label
daxian-dbw
approved these changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment