Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix packaging to place RID specific binaries under runtimes\<rid>\native #703

Merged
merged 3 commits into from
May 17, 2019

Conversation

vatsan-madhavan
Copy link
Member

WPF's internal transport packages currently place RID specific binaries under lib<RID> folder.

This change moves them under runtimes<RID>native\ folder, per spec at Supporting Multiple .NET Versions.

When referencing one of these packages from a test, we noticed that the native assemblies were not getting included in deps.json, which lead to the identification of this problem. Placing the binaries under the correct location remedies the deps.json creation errors.

@vatsan-madhavan
Copy link
Member Author

FYI @dagood

@vatsan-madhavan vatsan-madhavan merged commit 9fdceb8 into master May 17, 2019
@vatsan-madhavan vatsan-madhavan deleted the dev/vatsanm/packaging-fix_native_placement branch May 17, 2019 20:05
@ghost ghost locked as resolved and limited conversation to collaborators Apr 17, 2022
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