0

最近我在 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 包,但这对我没有帮助。有人遇到同样的问题吗?谢谢。

4

1 回答 1

1

此 Microsoft 博客文章有更多详细信息。显然,签入您的.targets文件可以解决问题。

于 2013-09-24T18:51:16.557 回答