Let's say i have a test project with .net 8,9 and 10 as targets and i wanted to test through all of them with different starting parameters.
That means i need a folder structure for each framework. To make life easier i would simply copy the structure to each framework location.
After that i need the program to create certain files (or not) and then test if it was done correctly.
My problem now is, that i don't know how to actually get multiple framework dynamically.
I know i could just hardcode it, but if possible, i would do it dynamically based on the targetframeworks used.