I'm trying to use Nuget.Core
to find Microsoft.Bcl.Immutable
package (it is currently in prerelease state). DataServicePackageRepository.SupportsPrereleasePackages
always returns false
and I can't find any way to change it.
Id there a way to work with prereleased packages, located at nuget.org using Nuget.Core APIs?