.NET 5 not available in Visual Studio 2019

后端 未结 5 688
深忆病人
深忆病人 2021-01-07 16:09

I have downloaded and installed .NET Core 5.0 SDK (v5.0.100-preview.1) in my Visual Studio 2019. But it is not available in Target framework. Am I missing something?

5条回答
  •  温柔的废话
    2021-01-07 16:55

    You need to install the latest preview of Visual Studio 2019 16.8, refer to

    https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-1/

    You also need to explicitly enable preview versions within Visual Studio itself:

    Then you should see it:

提交回复
热议问题