最近,我在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-2和网络包,但这并不能帮助me.Has任何人同样的问题?谢谢。
发布于 2013-09-24 18:51:16
此Microsoft博客文章有其他详细信息。。显然,签入.targets文件解决了问题。
https://stackoverflow.com/questions/18965410
复制相似问题