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 6 not showing up in Visual Studio 2022

I have .NET 6 installed.

enter image description here

But it doesn’t show up.

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

enter image description here

enter image description here

I even have the "Use previews of the .NET SDK" on.

I don’t understand what I’m missing.

>Solution :

First of all .NET Framework 6.0 does not exist, the latest release is actually .NET Framework 4.8.1. What you mean is .NET 6 or if you prefer using the old naming then .NET core 6.

For you to use .NET 6 be sure to create a project using a template without the (.NET Framework) at the end (if coming from an existing .NET Framework project you need to migrate it to .NET 6)

.NET Framework and .NET (.NET Core) are completely different enviroments, .NET Framework being the oldest which is replaced by the newer .NET (.NET Core).

You can check this for more information about .NET Framework vs .NET Core vs .NET vs .NET Standard vs C#.

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