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.