Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 493 Bytes

File metadata and controls

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

NuGet Error NU5022

MinClient Version string specified '9.9.9.9.9' is invalid.

Issue

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

Solution

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