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