0

我在 Visual Studio Code (OS X) 中创建了 ASP .Net 控制台项目。

然后在project.json中添加依赖:

"dependencies": {
    "selenium-webdriver": "2.52.0"
},

运行“dnu restore”并出现错误:

Microsoft .NET 开发实用程序 CoreClr-x64-1.0.0-rc1-16231

CACHE api.nuget.org/v3/index.json 为 /Users/user/Code/ConsoleApplication/project.json 恢复包

获取 api.nuget.org/v3-flatcontainer/selenium-webdriver/index.json

NotFound api.nuget.org/v3-flatcontainer/selenium-webdriver/index.json 2432ms

找不到依赖 selenium-webdriver >= 2.52.0 写锁文件 /Users/user/Code/ConsoleApplication/project.lock.json 恢复完成,3027ms过去了

/Users/user/Code/ConsoleApplication/project.json 中的错误无法找到依赖项 selenium-webdriver >= 2.52.0

使用的提要: https ://api.nuget.org/v3-flatcontainer/

4

1 回答 1

0

所以,答案很简单——错字。id 是selenium.webdriver,而不是selenium-webdriver

于 2016-03-03T11:33:54.507 回答