VS2017 : Target framework drop down does not show .NET Core 2.1 option

前端 未结 8 1682
暖寄归人
暖寄归人 2021-02-05 02:36

I have already installed VS2017 Enterprise 15.6.4. Recently installed .NET Core 2.1.101 SDK from official site

I was expecting .NET Core

8条回答
  •  耶瑟儿~
    2021-02-05 03:17

    I was facing the similar issue, I uninstalled the .Net Core 2.2 runtime and then from the below link:

    https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral

    Install the .Net Core 2.2 Visual Studio SDK, Restarted the Visual Studio and my issue got resolved, .Net Core 2.2 is now getting listed in Target Framework list in the project properties in Visual Studio 2017 Version 15.9.16

提交回复
热议问题