✅ Can't create console app project with .net 8.0 framework

latest community vs
13 Replies
thesonofdevilhunter
forgor to mention , i installed the sdk and runtime b both
Angius
Angius4mo ago
Does it just not appear on the list, or...?
thesonofdevilhunter
doesnt appear in the list
Angius
Angius4mo ago
Aight, let's see if it works via CLI
Angius
Angius4mo ago
Ah $newproject
MODiX
MODiX4mo 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
Angius4mo ago
You picked a (.NET Framework) template So... you only have .NET Framework versions to choose from
thesonofdevilhunter
alright...
Angius
Angius4mo ago
Not .NET Core or .NET
thesonofdevilhunter
then what should i just pick i just need a console app with .net 8.0
Angius
Angius4mo ago
Pick the console template without (.NET Framework)
thesonofdevilhunter
Yes it worked thank you