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

Add support for RID specific package dependencies #881

Closed
glopesdev opened this issue Apr 20, 2022 · 0 comments
Closed

Add support for RID specific package dependencies #881

glopesdev opened this issue Apr 20, 2022 · 0 comments
Labels
feature New planned feature
Milestone

Comments

@glopesdev
Copy link
Member

In the path towards cross-platform deployment it will be useful to have a mechanism to process RID-specific assets such as native dependencies. In the past the bootstrapper has supported CoApp for this purpose, which has been permanently decommissioned for a while now.

.NET Core 2.x introduced the concept of RID-specific package dependencies using the runtime.json file, which is also now deprecated (see NuGet/Home#5862). The cross-platform .NET framework itself is now using runtime targeting packs to work around the problem, but no real replacement for runtime.json has emerged, and the need remains to have standards in place for third-party package maintainers.

@glopesdev glopesdev added the feature New planned feature label Apr 20, 2022
@glopesdev glopesdev added this to the 2.7.0 milestone Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

No branches or pull requests

1 participant