VS 2022 does not show "Net 6.0" in IDE.

Arshad Nazeer 21 Reputation points
2021-11-30T16:47:54.997+00:00

VS 2022 does not show "Net 6.0" in IDEs Help -> About Microsoft Visual Studio..
I have installed dotnet-sdk-6.0.100-win-x64..
How to get .Net 6.0 in Help -> About Microsoft Visual Studio of VS2022?
Thanks.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,417 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 57,166 Reputation points
    2021-11-30T21:23:22.06+00:00

    It is not a visual studio product, so it is not listed.

    The vs 2022 default templates should allow creating a .net 6 project. When you create .net core project, you get to pick the runtime/sdk version.