Description
Hi,
I think there is a problem with the creation of the NuGet packages when there is a project dependency. I am using dnx version "1.0.0-rc1-update1". I have specified the type of the dependency as "build" and the target is "project" but when I go to the produced NuGet packages the dlls of the dependent project are missing from the package. If I set the dependency type to "default" the build produces two NuGet packages and the dependency is include as NuGet package reference in the main NuGet but I don't need to produce NuGet packages for both projects I need only a NuGet for the main project and include the dlls from the second project to the main project's NuGet package. I don't know if this is possible at the moment. It will be great if someone can help me set this up. Again if it is even possible. I am sorry if this is not the place for this issue but I didn't know where to put it.