We are considering this as a solution to the MEF reference problem, where you want to get some dll files into the bin{configuration} folder without adding references to the project.
Using this works fine for the files in the package.
However the packages we create are dependent on other packages (our own or from nuget) which also need to be included in the bin{configuration} folder.
Is there a good solution to get this working nicely?
I see two ways of doing that, recreating the other package, this could be automated or we could try to reference a nuget package from within the output folder.
This is more of a question than an issue.
We are considering this as a solution to the MEF reference problem, where you want to get some dll files into the bin{configuration} folder without adding references to the project. Using this works fine for the files in the package.
However the packages we create are dependent on other packages (our own or from nuget) which also need to be included in the bin{configuration} folder. Is there a good solution to get this working nicely?