❔ help downloading console app (.net core)
so in trying to install console app (.net core) in visual studio 2022 but when i search it i dont see it im following a tutorial using the 2019 version but does console app (.net core) stil exist or is it renaimed
34 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
this one is what you are looking for
make sure it does NOT say ".NET Framework"
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
for me none of these say core
because they renamed it to just .NET
since .net 5
oh okay
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
yea
the tutorial start like this
but mine looks like this
read the link
its called "top level statements" and is the default since .net 6
your code and the tutorial code are functionally identical at this point
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
i think ill just fina a newer one
if its explicitly talking about .NET Core it probably isnt
.NET 5 and above should be fine thou
this is the tut
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
cool
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
yea
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
do you know a better tut
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
thank for the help
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
why
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
i have no idea what youre talking about
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
👍
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.