Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The version of dependency 'NuGet.Versioning' is not specified. Specify the version of dependency and rebuild your package.
Issue
A dependency was specified in the nuspec file without a version i.e. - <dependency id="NuGet.Versioning" />
Solution
Please add a version to all the dependencies specified in the nuspec being packaged.