2 references to Option_StoreLocation
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
77
var storeLocation = new Option<string>("--store-location") { Description = Strings.
Option_StoreLocation
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
77
var storeLocation = new Option<string>("--store-location") { Description = Strings.
Option_StoreLocation
};