We use Ivy for dependency management within our office. It resolves our list of dependencies for any of list of projects and does it very well too, to be fair. It also publishes released dependencies back into our shared Ivy repository for future inclusion in other projects.
But... it has a reliance on Java and we see this as a minor drawback that if we could erradicate, that would be fantastic.
So, is there a .Net equivalen of Ivy? I've found this website on CodeHaus, which looked SOOO promising, but there's zero content.
We understand that NuGet can do private repositories, but due to the sheer amount of code that we have in-house, it would be a massive job to convert/migrate to using NuGet to resolve/publish our dependencies in the same way as we do with Ivy.