How to make .NET SDK 8.0 show up in Visual Studio 2022 (17.9.6)?

Bert Roos 20 Reputation points
2024-05-01T15:51:47.7866667+00:00

I'm running Visual Studio 2022 (17.9.6) on Windows 11 and have .NET SDK 8.0 installed, but Visual Studio does not list it:

User's image

It is installed, see below:

User's image

I had Visual Studio 2022 (17.7) installed. Then installed .NET SDK 8 and upgraded VS to 17.9.6. It still didn't show up. Then I uninstalled the SDK and reinstalled it. It still didn't show up.

Then I uninstalled Visual Studio, rebooted and installed Visual Studio again. It still does not show up.

What can I do to fix this?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,685 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 57,731 Reputation points
    2024-05-01T18:29:39.8+00:00

    vs2022 17.8 added .net 8 support which included new project templates that support .net 8. which project template are you using? not all have been updated to support .net 8.

    to check the .net 8 templates have been added, create a new console app for windows, linux and macOs and see if .net 8 is available. if it is all is installed correctly.

    you can force install template:

    > devenv /installvstemplates

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful