美文网首页
Error This project references Nu

Error This project references Nu

作者: func_老衲姓罗 | 来源:发表于2017-10-28 19:19 被阅读0次

找到 项目文件.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>

相关文章

网友评论

      本文标题:Error This project references Nu

      本文链接:https://www.haomeiwen.com/subject/bfwspxtx.html