2 references to MetaProjExtension
NuGet.Build.Tasks (2)
GetRestoreSolutionProjectsTask.cs (2)
56if (projectPath.EndsWith(MetaProjExtension, StringComparison.OrdinalIgnoreCase)) 59projectPath = projectPath.Substring(0, projectPath.Length - MetaProjExtension.Length);