1 write to NuGetExeVersion
Microsoft.NET.Restore.Tests (1)
RestoreWithOlderNuGet.cs (1)
26NuGetExeVersion = "5.7.0"
4 references to NuGetExeVersion
Microsoft.NET.TestFramework (4)
Commands\NuGetExeRestoreCommand.cs (4)
33if (!string.IsNullOrEmpty(NuGetExeVersion)) 35nugetExePath = Path.Combine(Path.GetDirectoryName(nugetExePath) ?? string.Empty, NuGetExeVersion, "nuget.exe"); 46string url = string.IsNullOrEmpty(NuGetExeVersion) ? 48$"https://dist.nuget.org/win-x86-commandline/v{NuGetExeVersion}/nuget.exe";