AppHarbor编译错误(NuGet)

AppHarbor编译错误(NuGet),nuget,appharbor,Nuget,Appharbor,最近,我在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相关的下一个更改(在packages config中): 从 到

最近,我在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相关的下一个更改(在packages config中):



+


我已经重新安装了旧版本的Bcl和Net软件包,但这对我没有帮助。有人有同样的问题吗?谢谢。

。显然,签入
.targets
文件可以解决这个问题

      <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" />