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