NuspecAutoUpdate icon indicating copy to clipboard operation
NuspecAutoUpdate copied to clipboard

Dependencies directly under <dependencies> are not included

Open RichardS1 opened this issue 6 years ago • 0 comments

The script includes all dependencies under the <group> tag, but dependencies may be listed directly under the <dependencies> tag. Only the group dependencies are included in the script.

See https://docs.microsoft.com/en-us/nuget/reference/nuspec#dependencies-element for a description of the <dependencies> element.

RichardS1 avatar Sep 29 '19 03:09 RichardS1