5 references to DotNet
NuGet.Common (5)
PathUtil\NuGetEnvironment.cs (5)
342var executable = isWindows ? DotNetExe : DotNet; 358var fullPath = Path.Combine(programFiles, DotNet, DotNetExe); 368var fullPath = Path.Combine(programFiles, DotNet, DotNetExe); 380var fullPath = Path.Combine(localBin, DotNet); 388return DotNet;