brentspell / NuBuild

NuGet package build system and Visual Studio project templates
GNU Lesser General Public License v3.0
44 stars 20 forks source link

Add framework and NuGet package referencies from referred projects #41

Closed lmagyar closed 10 years ago

lmagyar commented 11 years ago

Fill in <frameworkAssemblies> and <dependencies> sections from the referred projects. Presumably NuGet.Core has this functionality, because it can process .csproj files.

lmagyar commented 10 years ago

Finally 4a4c9cf96ef8ed230243d45e84b96b37ac9859f7 in "my" v2.1.2 can handle it correctly, we were able to re-pack each of our project successfully. There is no need to edit the <frameworkAssemblies> and <dependencies> tags in .nuspec files at all, NuBuild v2.1.2 can fill out these tags automatically based on the referred library and NuBuild projects. The issue is implemented, I close it.