我正在尝试使用Nuget.Core来查找Microsoft.Bcl.Immutable包(它目前处于预发布状态)。DataServicePackageRepository.SupportsPrereleasePackages总是返回false,我找不到任何方法来改变它。
是否有办法使用 Nuget.Core API 处理位于 nuget.org 的预发布包?
我正在尝试使用Nuget.Core来查找Microsoft.Bcl.Immutable包(它目前处于预发布状态)。DataServicePackageRepository.SupportsPrereleasePackages总是返回false,我找不到任何方法来改变它。
是否有办法使用 Nuget.Core API 处理位于 nuget.org 的预发布包?