Add the windowsTargetName for .NET 8 by adityapatwardhan · Pull Request #27473 · 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 adds support for the net8.0-windows8.0 target to the tools/findMissingNotices.targets.json configuration file. This ensures that the tool can now handle projects targeting this specific Windows platform.
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
Updates the findMissingNotices target-framework configuration so the notice-generation tooling can correctly select a Windows-specific .NET 8 target when processing Windows restores.
Changes:
- Adds
net8.0-windows8.0to the configuredwindowsTargetNameslist used bytools/findMissingNotices.ps1for Windows target selection.
adityapatwardhan
added
the
CL-BuildPackaging
label
daxian-dbw
approved these changes
daxian-dbw
merged commit
790a3ab
into
PowerShell:release/v7.4.16
35 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment