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

前端 未结 14 2530
南旧
南旧 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条回答
  •  一向
    一向 (楼主)
    2020-12-13 06:00

    This happens sometimes when I'm trying to open my old projects, what helps me is to change projects target framework. Go to Project -> projectname Properties... and change the Target framework to the one that you have installed.

提交回复
热议问题