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.
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.