Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se

错误提示:

Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props. Luck100 C:\Goods.csproj 315


解决办法:
参考:
http://docs.nuget.org/ndocs/consume-packages/package-restore

找到 项目文件.csproj,打开后,移除下面的内容
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se
<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>
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se

 

作者:阿笨

      官方QQ一群(已满):422315558Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se

      官方QQ二群(加入):574187616Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se

      个人讲师课堂主页:http://study.163.com/instructor/2544628.htm?share=2&shareId=2544628

      个人微信公众号课程主页:http://dwz.cn/ABenNET

上一篇:自研大数据分析技术,「安尔法」为采矿业打造智能运维系统


下一篇:函数计算自动化运维实战2 -- 事件触发eip自动转移