Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

fix: correctly map project target framework#113

Merged
fortmarek merged 2 commits intomainfrom
fix/project-target-framework
Feb 10, 2025
Merged

fix: correctly map project target framework#113
fortmarek merged 2 commits intomainfrom
fix/project-target-framework

Conversation

@fortmarek
Copy link
Member

When mapping a target framework from a different project, we would incorrectly default to a .target framework dependency. To fix this, we are constructing a map of target names to a ProjectNativeTarget – a helper struct that contains the necessary models we need to return a TargetDependency.project.

Additionally, we are now reading buildSettings of a given target framework to derive the linkingStatus.

@fortmarek fortmarek merged commit 8a8adfc into main Feb 10, 2025
7 checks passed
@fortmarek fortmarek deleted the fix/project-target-framework branch February 10, 2025 14:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants