标签:info 图片 ref 文件 失效 before dimp 打开 mamicode
用VS2019打开VS2015创建的MVC项目时所有引用全部失效:
解决方案:
打开项目的csproj文件,删除 Target节点,在重新打开项目。
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
...
</Target>
标签:info 图片 ref 文件 失效 before dimp 打开 mamicode
原文地址:https://www.cnblogs.com/True_to_me/p/11404509.html