5 references to DotNet
NuGet.Common (5)
PathUtil\NuGetEnvironment.cs (5)
359var executable = isWindows ? DotNetExe : DotNet; 375var fullPath = Path.Combine(programFiles, DotNet, DotNetExe); 385var fullPath = Path.Combine(programFiles, DotNet, DotNetExe); 397var fullPath = Path.Combine(localBin, DotNet); 405return DotNet;