所以我从http://www.twitterizer.net/downloads/下载了推特
我尝试在Visual Studio中打开它,并得到所有这些nuget错误:
The imported project "C:\Twitterizer\.nuget\nuget.targets" was not found.
Confirm that the path in the <Import> declaration is correct, and that the file
exists on disk.这是怎么回事。我该如何处理这件事?
发布于 2013-03-25 21:43:47
另一种方法是使用文本编辑器编辑.csproj文件,然后删除或注释掉该段。
https://stackoverflow.com/questions/9133854
复制相似问题