Reputation: 260
This is a bit tricky to explain, but I'll try my best. Please ask if you have any questions...
Question
I have a nuget package A that is referencing a tool in another package B of mine. The tool is a msbuild task and an executable and uses MEF. Package A adds plug-ins to package B and have targets to be added when another project references package A. When another project reference package A, nuget will insert the targets the referencing project.
Now, the task in package B does have a property to point where to find plug-ins. So I'm not worrying much about copying dll's here and there. However, What I
Upvotes: 2
Views: 372
Reputation: 260
Okay, so I talked to some people and browsed google a lot and found my answer.
Upvotes: 0
Reputation: 12561
Answers for the above based on what I currently understand:
Upvotes: 2