NuGet Warning NU5112
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.