此项目引用此计算机上缺少的 NuGet 包。

Posted

技术标签:

【中文标题】此项目引用此计算机上缺少的 NuGet 包。【英文标题】:This project references NuGet package(s) that are missing on this computer. 【发布时间】:2017-06-09 10:07:43 【问题描述】:

在我的 Visual Studio 2015 更新 3 中,将解决方案文件夹复制到另一台 Windows 机器时遇到以下错误。

错误此项目引用了此计算机上缺少的 NuGet 包。使用 NuGet 包还原下载它们。有关详细信息,请参阅http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 ..\packages\Microsoft.Net.Compilers.1.0.0\build**Microsoft.Net.Compilers.props.**

我验证了项目的 NuGet 包管理器,标记为“缺失”的所有内容旁边都有一个绿色勾号,包括 Microsoft.Net.Compilers。

【问题讨论】:

This project references NuGet package(s) that are missing on this computer的可能重复 【参考方案1】:

通过从 .csproj 文件中删除下面提到的代码段解决了这个问题

<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  <PropertyGroup>
    <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is 0.</ErrorText>
  </PropertyGroup>
  <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>

【讨论】:

真的很奇怪......破解目标节点,一切都很好。为我工作。 @LeoLiu-MSFT 如果您看到其他问题 (***.com/questions/22909506/…) 出现此错误,似乎有很多可能的原因。

以上是关于此项目引用此计算机上缺少的 NuGet 包。的主要内容,如果未能解决你的问题,请参考以下文章

这台计算机上缺少此项目引用的Nuget程序包,请参考链接 不给出缺什么包的提示。

这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包

NuGet 引用存储在哪里?

NuGet参考存储在哪里?

Nuget表示缺少软件包,Package Manager Restore表示已安装所有软件包

构建错误,此项目引用 NuGet