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