Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

.NET 7 framework does not show up in Visual Studio 2022 version 17.4

After a long absence of C# I re-installed Visual Studio Community Version 2022 17.4.3.

Then I installed dotnet-sdk-7.0.101-win-x64.

Then I try to start a new console .NET application but I don’t have the option to chose the .NET 7 framework. It goes only to up to to 4.8. Is that normal? What should I do to make version 7 visible?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Shows my framework options

>Solution :

When creating an application be sure to select correct template – Console App (without additional remarks):

enter image description here

You have selected a template targeting .NET Framework which does not allow targeting .NET (i.e. .NET Core) runtime by default.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading