Skip to content

Remove unused Grand.Targets.props - #761

Merged
KrzysztofPajak merged 1 commit into
developfrom
chore/remove-dead-grand-targets
Aug 8, 2026
Merged

Remove unused Grand.Targets.props#761
KrzysztofPajak merged 1 commit into
developfrom
chore/remove-dead-grand-targets

Conversation

@KrzysztofPajak

Copy link
Copy Markdown
Member

Type: bugfix

Issue

src/Build/Grand.Targets.props has been an empty <Project></Project> since 2022
and nothing imports it - no .csproj, .props, .targets or .sln in the
repository references it. It reads like shared build configuration and is not.

Found while working through the repository hygiene items in the architecture
roadmap.

Solution

Delete the file.

src/Build/Grand.Common.props is untouched - that one is imported by projects
and holds the shared TargetFramework, product version and the
SetSourceRevisionId / SetRepositoryBranch targets.

Breaking changes

None. The file is empty and has no importers.

Testing

  1. grep -r "Grand.Targets" --include=*.csproj --include=*.props --include=*.targets --include=*.sln .
    returns nothing.
  2. dotnet build ./GrandNode.sln - clean.

🤖 Generated with Claude Code

The file has been an empty <Project></Project> since 2022 and nothing
imports it - no .csproj, .props, .targets or .sln references it. Projects
import Grand.Common.props, which is where the shared TargetFramework,
version and source-revision targets actually live.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 8, 2026 20:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@KrzysztofPajak
KrzysztofPajak merged commit 98f4220 into develop Aug 8, 2026
6 checks passed
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