2 references to ProjectLockFileName
NuGet.Common (2)
PathUtil\ProjectJsonPathUtilities.cs (2)
73
return $"{projectName}.{
ProjectLockFileName
}";
96
lockFilePath = Path.Combine(dir,
ProjectLockFileName
);