1 implementation of GetProjectProperties
NuGet.Commands (1)
MSBuildProjectFactory.cs (1)
39public Dictionary<string, string> GetProjectProperties()
2 references to GetProjectProperties
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
503if (factory.GetProjectProperties().ContainsKey(property.Key)) 509factory.GetProjectProperties()[property.Key] = property.Value;