Skip to content

DYN-10516: remove duplicate LibG PackageReferences blocking signed DLL delivery#17181

Merged
jasonstratton merged 1 commit into
DynamoDS:RC4.1.2_masterfrom
jasonstratton:fix-libg-duplicate-refs
Jun 19, 2026
Merged

DYN-10516: remove duplicate LibG PackageReferences blocking signed DLL delivery#17181
jasonstratton merged 1 commit into
DynamoDS:RC4.1.2_masterfrom
jasonstratton:fix-libg-duplicate-refs

Conversation

@jasonstratton

Copy link
Copy Markdown
Contributor

Purpose

Fixes the root cause of unsigned en-GB locale DLLs in the Dynamo 4.1.2 release zip.

The cherry-pick of #17175 (LibG version bump to 4.0.0.5334 / 4.0.0.5336) added the new PackageReference entries to 16 csproj files on RC4.1.2_master but did not remove the pre-existing old entries (4.0.0.4610 / 4.0.0.4614). NuGet NU1504 duplicate resolution picked the lower version, so the build restored the old unsigned packages instead of the new signed ones.

This PR removes the 16 stale duplicate entries, leaving only the correct 4.0.0.5334 / 4.0.0.5336 references.

Files affected: 10 src csproj files + 6 test csproj files

Validation

After merge, trigger a new build on master-15 with DynamoBranch = RC4.1.2_master and verify the en-GB locale DLLs in the output zip are signed by Autodesk, Inc. and carry version 4.0.0.5334.

API Changes

  • This PR does not include any public API changes.

Release Notes

N/A - infrastructure fix for RC4.1.2_master, no user-facing change.

Cherry-pick of DynamoDS#17175 added LibG 5334/5336 entries but left the old
4610/4614 entries in place. NuGet resolved the conflict by picking the
lower version, causing unsigned en-GB locale DLLs in the build output.
Remove the 16 stale duplicate entries.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10516

@jasonstratton jasonstratton merged commit 881773d into DynamoDS:RC4.1.2_master Jun 19, 2026
20 of 21 checks passed
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant