Skip to content

chore: align non-Platform SDK sample targeting#184

Open
alafleur-genetec wants to merge 1 commit into
mainfrom
fix/remove-dead-net8-itemgroups
Open

chore: align non-Platform SDK sample targeting#184
alafleur-genetec wants to merge 1 commit into
mainfrom
fix/remove-dead-net8-itemgroups

Conversation

@alafleur-genetec
Copy link
Copy Markdown
Member

@alafleur-genetec alafleur-genetec commented May 15, 2026

Summary

  • Remove inactive net8.0-windows ItemGroups from Media SDK, Workspace SDK, and Plugin SDK sample projects that only target net481.
  • Clarify Plugin SDK runtime support in the root README and Plugin SDK README: server modules can target .NET 8+ in supported Security Center versions, while the repository sample csprojs remain net481.
  • Keep Platform SDK multi-targeting and configuration changes separate in chore: simplify Platform SDK build configurations #185.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes inactive net8.0-windows conditional ItemGroup blocks from Media SDK, Workspace SDK, and Plugin SDK sample csproj files. These projects only target net481, so the conditional groups were dead code that could never be activated.

Changes:

  • Removed ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'" blocks from 12 Media SDK sample projects.
  • Removed equivalent blocks from 19 Workspace SDK sample projects.
  • Removed equivalent blocks from 5 Plugin SDK sample projects.

Reviewed changes

Copilot reviewed 36 out of 36 changed files in this pull request and generated no comments.

File Description
Samples/Media SDK/*.csproj (12 files) Drop unreachable net8.0-windows ItemGroup.
Samples/Workspace SDK/*.csproj (19 files) Drop unreachable net8.0-windows ItemGroup.
Samples/Plugin SDK/*.csproj (5 files) Drop unreachable net8.0-windows ItemGroup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alafleur-genetec alafleur-genetec force-pushed the fix/remove-dead-net8-itemgroups branch from 0d69b13 to ea48dbc Compare May 16, 2026 05:40
@alafleur-genetec alafleur-genetec changed the title chore: remove dead net8.0-windows ItemGroups from sample csprojs chore: align non-Platform SDK sample targeting May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants