Closed lmagyar closed 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.
Fill in
<frameworkAssemblies>
and<dependencies>
sections from the referred projects. Presumably NuGet.Core has this functionality, because it can process .csproj files.