Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 647 Bytes

File metadata and controls

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

NuGet Warning NU5114

'SolutionDir' key already exists in Properties collection. Overriding value.

Issue

A property was specified in the project file and also passed through pack command using -Properties or -p:NuspecProperties options.

Solution

Please ensure that is a property is defined in the project file then, you do not pass the same property through pack command using -Properties or -p:NuspecProperties options.