C
C#13mo ago
Mekasu0124

✅ Visual Studio not recognizing version 8 sdk

I downloaded the sdk for dotnet sdk 8 so that I could use the most current C# language, however, Visual Studio 2022 isn't recognizing anything other than v4.7 and 4.8 how do I fix this?
No description
No description
4 Replies
Angius
Angius13mo ago
$newproject
MODiX
MODiX13mo ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Angius
Angius13mo ago
You seem to have picked a (.NET Framework) version of a project
Mekasu0124
Mekasu0124OP13mo ago
oh. I didn't even realize. tyvm ❤️

Did you find this page helpful?