.net 5 is not available in Visual Studio 2019

牧云@^-^@ 提交于 2020-07-20 20:27:06

问题


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?


回答1:


You need to install the latest preview of Visual Studio 2019 16.6, 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:



来源:https://stackoverflow.com/questions/60843091/net-5-is-not-available-in-visual-studio-2019

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!