Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 487 Bytes

File metadata and controls

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

NuGet Error NU5024

PackageVersion string specified '9.9.9.9.9' is invalid.

Issue

The PackageVersion property passed to msbuild -t:pack operation is not a valid version string.

Solution

Please fix the version string passed as PackageVersion to be a valid SemVer version.