Skip to content

Instantly share code, notes, and snippets.

@nkolev92
Created September 25, 2019 19:00
Show Gist options
  • Save nkolev92/5535b67adb10ed1d1fcac68b099e576a to your computer and use it in GitHub Desktop.
Save nkolev92/5535b67adb10ed1d1fcac68b099e576a to your computer and use it in GitHub Desktop.
var sourceRepo = Repository.Factory.GetCoreV3(NuGetConstants.V3FeedUrl);
var resource = await sourceRepo.GetResourceAsync<FindPackageByIdResource>();
resource.GetAllVersionsAsync("packageId", new SourceCacheContext(), NullLogger.Instance, CancellationToken.None);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment