在构建我的解决方案时,我遇到了这个错误。
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Selenium.Firefox.WebDriver.0.26.0\build\Selenium.Firefox.WebDriver.targets. G1ANT.Addon.Linkedin C:\Users\Rishabh Mishra\source\repos\G1ANT.Addon.Linkedin\G1ANT.Addon.Linkedin.csproj这是显示的唯一错误。我的G1ANT软件开发工具包安装正确,并且我清除了所有依赖项。可能的解决方案是什么?
发布于 2020-07-16 11:51:23
是的,这种情况发生了,我删除了项目,再次尝试。创建一个新项目,然后尝试刷新依赖项。因此,G1ANT.Language依赖关系。我这样做纠正了我的错误,希望这能有所帮助!
https://stackoverflow.com/questions/62846836
复制相似问题