我是靠谱客的博主 彩色铃铛,最近开发中收集的这篇文章主要介绍Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package解,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
解决办法: 参考:
http://docs.nuget.org/ndocs/consume-packages/package-restore
找到 项目文件.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).nugetNuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir).nugetNuGet.targets'))" /> </Target>
最后
以上就是彩色铃铛为你收集整理的Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package解的全部内容,希望文章能够帮你解决Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package解所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复