Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 644 Bytes

File metadata and controls

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

NuGet Error NU5014

Error occurred when processing file 'F:\project2\project2.csproj': The 'id' start tag on line 4 position 10 does not match the end tag of 'ids'. Line 4, position 20.

Issue

The NuGet pack operation was run with the -IncludeReferencedProjects option and an error ocurred while reading the nuspec file with a referenced project.

Solution

Please fix the nuspec error as per the details listed in the error message.