.NET 7.0 Framework option is not available after installation of SDK 7.0.100-preview.1

satya karki 986 Reputation points MVP
2022-02-20T16:41:37.183+00:00

I downloaded the .NET 7.0 from here. And installed it on my Windows machine but while creating the project, I am not able to get .NET 7.0 in the Framework selection option. What could be the reason can anyone help me?

176099-image.png

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,301 questions
{count} votes

3 additional answers

Sort by: Most helpful
  1. kolept tan 6 Reputation points
    2022-10-06T13:51:21.007+00:00

    you just need to do this, don't need to waste time to reinstall

    https://stackoverflow.com/questions/71816161/how-to-set-target-net7-0-windows
    248154-image.png

    1 person found this answer helpful.

  2. Bruce (SqlWork.com) 56,926 Reputation points
    2022-02-20T17:14:38.9+00:00

    You need to switch to the latest feature preview of vs2022 instead of the release version.

    0 comments No comments

  3. satya karki 986 Reputation points MVP
    2022-02-21T11:32:56.27+00:00

    Thank you I got the solution. Installing VS2022 17.2 Preview 1 and switching to the VS2022 17.2 Preview 1 resolved the issue.

    0 comments No comments