Skip to content

WIP chore: Update Cake.Npm to target Cake v6.0.0 - #191

Open
vbjay wants to merge 3 commits into
cake-contrib:developfrom
vbjay:copilot/close-issue-190-review-plan
Open

WIP chore: Update Cake.Npm to target Cake v6.0.0#191
vbjay wants to merge 3 commits into
cake-contrib:developfrom
vbjay:copilot/close-issue-190-review-plan

Conversation

@vbjay

@vbjay vbjay commented May 8, 2026

Copy link
Copy Markdown

Using Cake.Npm with Cake 6.0 produces a compatibility warning because the addin still references Cake.Core 5.0.0:

The assembly 'Cake.Npm' is referencing an older version of Cake.Core (5.0.0). For best compatibility it should target Cake.Core version 6.0.0.

Changes
Cake.Npm.csproj — bump Cake.Core reference 5.0.0 → 6.0.0; add net10.0 to TargetFrameworks (Cake 6.0 ships net10.0 support)
Cake.Npm.Tests.csproj — bump Cake.Core + Cake.Testing 5.0.0 → 6.0.0; add net10.0 TFM
Cake.Npm.nuspec — add net10.0 lib entries for dll/pdb/xml

Closes #190

@vbjay vbjay changed the title chore: Update Cake.Npm to target Cake v6.0.0 WIP chore: Update Cake.Npm to target Cake v6.0.0 May 8, 2026
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.

Update Cake.Npm add-in to target Cake v6.0.0

2 participants