码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-09-05 23:10:59      阅读:485      评论:0      收藏:0      [点我收藏+]

标签:http   prepare   有用   core   dimp   sys   text   tail   com   

将项目复制到其地方的时候编译会报错,按照官网方法也不行,从网上查了一个有用的方法如下

打开CSPROJ文件。删除如下代码,

 <Import Project="..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists(‘..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets‘)" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists(‘..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets‘)" Text="$([System.String]::Format(‘$(ErrorText)‘, ‘..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets‘))" />
  </Target>

  删除后重新编译即可。

转接来自https://blog.csdn.net/wlanye/article/details/91438882

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

标签:http   prepare   有用   core   dimp   sys   text   tail   com   

原文地址:https://www.cnblogs.com/mosdong/p/11470325.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!