baseclass / Contrib.Nuget

Extending nuget with nuget packages
MIT License
30 stars 21 forks source link

Other NuGet Dependencies #30

Closed sdybvik closed 6 years ago

sdybvik commented 8 years ago

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?

romerod commented 7 years ago

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.

Recreating the package seems the easier approach.