2 references to GetCoreV3
dotnet (1)
NugetSearch\NugetToolSearchApiRequest.cs (1)
84
var repository = Repository.Factory.
GetCoreV3
("https://api.nuget.org/v3/index.json");
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
271
var sourceRepository = Repository.Factory.
GetCoreV3
(auditSource.Source);