|
We have created some NuGet packages for our internal assemblies, and have also created our own repository out on our internal network.
Recently, I tried to add a new NuSpec that had a dependency on EFCodeFirst, which according to the
NuGet gallery is the correct ID.
The problem is, when I try to install this in another project I get an error that NuGet can't find EFCodeFirst.
Is this because EFCodeFirst and our internal assemblies are in separate repos?
|