After updating Visual Studio 2019 To 2022, I can't create a console app anymore. There is no such option to choose.
Before updating, there should be an option called "Console Application" in the list:
I've reinstalled VS for a few times and tick all items below but still not work:
Please help! if you have any questions, please let me know.
Thanks to @Matt Ward's comment.
For the Web and Console section to be displayed you should only need to install the .NET SDK, which from the installer screenshot, that seems to be the case. I would check Visual Studio for Mac's Preferences - Projects - SDKs and Locations - .NET Core and see if the path registered there is /usr/local/share/dotnet and if the .NET SDK is being found. My only guess is that dotnet is being found on the PATH at some non-default location, and there are no .NET SDKs available there.
Solution for me: Go to Visual Studio>preference>build and debug>Sdk Locations>.Net Core