outdated .net version

aronmatthew

Well-known member
Joined
Aug 5, 2019
Messages
81
Programming Experience
Beginner
After a fresh install still im getting this message on new project. However its not clear on what the problem is.
1750374917794.png
 
IT says that your project targets .NET 6.0 which is no longer supported. You need to change the target framework to the project to something is in support. Probably .NET 8.0 or .NET 9.0. Recall tat .NET 6.0 went out of support this past November 12, 2024. You can see the various framework versions and their on of life dates:
 
.NET 6 is no longer supported by Microsoft, as of November 12 last year. You should upgrade to at least .NET 8, which will be supported until November 10 next year. Although .NET 9 is newer than .NET 8, it will end support sooner, on May 12 next year. That's because even-numbered versions always have long-term support and odd-numbered versions don't. If you want this upgrade to last as long as possible, go to .NET 8 now. If you want to upgrade again to .NET 10 as soon as possible, go to .NET 9 now.
 
Back
Top Bottom