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.