The current .NET SDK does not support targeting .NET Standard 2.0 error in Visual Studio 2017 update 15.3

前端 未结 14 2574
南旧
南旧 2020-12-13 05:07

I want to create a class library project with Target Framework .NET Standard 2.0.

I\'ve updated my Visual Studio 2017 to Version 15.3 and

14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 06:02

    This worked for me

    Use the installation of the Visual Studio

    On the tab "Workloads" check ".Net Core cross-platform development" and click on "Modify"

    Don't forget to check ".NET Core 2.0 development tools" on the left menu.

    Source

    Note

    I installed the Asp Net Core before, however not appeared on my Visual Studio, just after I installed using the installation of Visual Studio appeared for me.

提交回复
热议问题