c# - Why is .Net Core 2 not incorporated into my Visual Studio? -


after installing .net core sdk 2, i'm still missing core version 2 shown in screenshot below.

note: using microsoft visual studio professional 2017, version 15.2 (26430.16) , microsoft .net framework version 4.6.01038

what should ?

enter image description here

just update visual studio 15.3: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -