New comment by rmboggs on void-packages repository https://github.com/void-linux/void-packages/pull/27170#issuecomment-919230780 Comment: So I looked at the runtime binaries from Microsoft that are distributed for Linux and they are pretty straight forward as to what should be included. As @TinfoilSubmarine mentioned previously, they are all built with the SDK so having the runtime as subpackages makes sense. I made an attempt at adding these subpackages but I do have a couple of questions here before I start testing. If I need to ask them else where, just let me know 1. Since the main package and two subpackages will be sharing many files, I would assume that there would be conflicts if someone were to install both the SDK and runtime packages on one machine, is this correct? If so, would I just enter the appropriate values in the conflicts variable in both the main and subpackages? 2. The version of the SDK and runtimes are technically different (5.0.206.1 vs 5.0.9). What would be the best/preferred approach for ensuring all packages are created with the appropriate versions?