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