Microsoft.DotNet.Props was not found

后端 未结 7 605
梦毁少年i
梦毁少年i 2020-12-02 08:27

I have some error while loading the .net project solution. the error will be like

The imported project \"C:\\Program Files(x86)\\MSBuild\\Microsoft\\VisualSt         


        
7条回答
  •  醉梦人生
    2020-12-02 09:09

    If you've recently installed VS 2017 and you get this error and your project was using project.json, it's probably that you have to upgrade your solution to csproj rather than the old project.json format. If you open the project in vs2017 it should upgrade it automatically. Check out this article if you need more info Project-json to csproj

提交回复
热议问题