最近,我在AppHarbor上的构建被打破了以下消息:
The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568.
我有下一个与NuGet相关的更改(在包配置中):
这
<package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.1.10" targetFramework="net45" />
到
<package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.13" targetFramework="net45" />
+
<package id="DotNetOpenAuth.Core" version="4.1.4.12333" targetFramework="net45" />
我已经重新安装了旧版本的Bcl和Net软件包,但这对我没有帮助。有没有人有同样的问题?谢谢。