.Net 9.0 not showing in options in Visual Studio 2022 although SDK is installed -

P. G. Choudhury 81 Reputation points
2024-12-27T19:17:41+00:00

Hi gentlemen,
I have encountered a strange problem on my system. Very recently I installed .Net9 SDK on my system.
When I ran dotnet--list-sdks I get the following information:
s1

When I run dotnet--list-runtimes I get the following information:
s2

All seems fine. But the option .Net Framework 9.0 is not showing up in the list when I am trying to create a project through my Visual Studio 2022.
s3

I don't understand this. I'm at a total loss?!?? Can you tell me what else to install so that the option .Net 9.0 shows up?
Here's some more information about my Visual Studio:
Microsoft Visual Studio Professional 2022 (64-bit), Version 17.9.4

Please help me.
Thanks and belated XMas to all !

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,014 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,713 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,319 questions
{count} votes

Accepted answer
  1. AgaveJoe 29,041 Reputation points
    2024-12-28T17:23:40.3866667+00:00

    If I update my version to 17.12.3 the .Net 9.0 will DEFINITELY appear in my list of options?

    Version 17.12 is the minimal Visual Studio version that supports Core 9 which is openly published in the official documentation.

    https://zcusa.951200.xyz/en-us/dotnet/core/compatibility/sdk/9.0/version-requirements

    https://zcusa.951200.xyz/en-us/visualstudio/releases/2022/release-notes

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Rafael Ribeiro de Albuquerque 0 Reputation points
    2024-12-27T22:32:51.2333333+00:00

    VS2022 don't have a support to net 9, look the compatibility in link: https://zcusa.951200.xyz/pt-br/visualstudio/releases/2022/compatibility


  2. SurferOnWww 3,616 Reputation points
    2024-12-28T22:48:03.43+00:00

    so you're saying, If I update my version to 17.12.3 the .Net 9.0 will DEFINITELY appear in my list of options?

    probably not DEFINITELY. Please keep in mind that there is no word such as "DEFINITELY" in this world unless I have tried upgrading in your environment and confirmed the issue is solved.

    See the following Microsoft document and try upgrading by yourself at your risk:

    .NET SDK, MSBuild, and Visual Studio versioning

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.