When adding the primary output of a multitarget-framework dll (e.g. targets are "net48;net6.0-windows") to a visual studio installer setup folder, how can I select which targetframework should be installed?
EDIT: It seems like it's installing the first target in the semicolon-separated target list, but I'm not sure if that's correct. I recognized that I had to reload the setup project solution after changing the order of multitargets, only then the setup project was updating the reference to the first of the multitarget list.