Writes the selections file (dub.selections.json)
The selections file is only used for the root package / project. However, due to it being a filesystem interaction, it is managed from the PackageManager.
The root package / project to read the selections file for.
The SelectionsFile to write.
Whether to overwrite an existing selections file. True by default.
See Implementation
Writes the selections file (dub.selections.json)
The selections file is only used for the root package / project. However, due to it being a filesystem interaction, it is managed from the PackageManager.