✅ 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?
4 Replies
$newproject
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
You seem to have picked a
(.NET Framework)
version of a projectoh. I didn't even realize. tyvm ❤️