Project file is incomplete. Expected imports are missing

后端 未结 30 1911
深忆病人
深忆病人 2020-12-07 19:30

After format my computer I reinstalled Vs 2017 V 15.6.3 and install ASP.Net Core SDK from Microsoft 2.1.4

But when I create new asp core application VS failed with e

30条回答
  •  粉色の甜心
    2020-12-07 20:20

    I had the same error message. In my case. I had to install the .NET Core cross-platform development toolset.

    Steps:

    1. In Visual Studio, go to Tools > Get Tools and Features...
    2. Modify the installation under Workloads: select .NET Core cross-platform development and click Modify.
    3. Restart VS and rebuild your project.

提交回复
热议问题