【发布时间】:2018-01-11 15:08:25
【问题描述】:
我使用 nugget CLI 创建了一个包,但找不到从 IDE 安装它的方法,包管理器控制台在 Mac 版本中不可用,并且 nuget CLI 尝试从上网而不是读取 .nupkg 文件。
我有 VS Community for Mac 7.3.3、mono 5.4.1.7 和 nuget 4.3.0.4406
这是我尝试从 CLI 安装时得到的结果
$ nuget install Package.1.0.0.nupkg
Feeds used:
https://api.nuget.org/v3/index.json
GET https://api.nuget.org/v3/registration3-gz-semver2/package.1.0.0.nupkg/index.json
NotFound https://api.nuget.org/v3/registration3-gz-semver2/package.1.0.0.nupkg/index.json 363ms
Unable to find package 'Package.1.0.0.nupkg'
【问题讨论】: