Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 571 Bytes

File metadata and controls

24 lines (17 loc) · 571 Bytes
title NuGet Warning NU5112
description NU5112 Warning code
author mishra14
ms.author jodou
ms.date 8/14/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5112

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.