Missing New Project Templates in VS Code?

Hey C# Friends! Hoping someone can help me with this. I've searched far and wide for an answer, and the closest I have gotten is a deleted help thread in this server. I was following along with this beginner video series (timestamped) and at 6 minutes in they are choosing the New Project type. I don't seem to have as many options, including the one that they end up using for this project. I've included a screenshot of my VS Code New .Net Project list as well as my installed workloads. Am I just missing a workload? Is it an extension in VS Code that I'm missing? Any help would be greatly appreciated.
dotnet
YouTube
C# Project Management in VS Code [Pt 3] | C# and .NET Development i...
Get started with your first C# application in VS Code by adding and managing projects and files using the C# Dev Kit extension’s Solution Explorer window. Follow along: https://github.com/leslierichardson95/codele-devkit-demo/tree/main C# and .NET Development in VS Code for Beginners series playlist: https://aka.ms/dotnet/beginnervideos/youtu...
No description
No description
2 Replies
Angius
Angius3mo ago
You mean fewer Blazor choices? If so, then it could be because of "Blazor United", where they rolled Server, WASM, SSR, all flavours of Blazor into just a "Blazor app" Check that you use the same version of .NET the tutorial does Alternatively, continue with Blazor Web App and adjust accordingly
Walter Furrer
Walter Furrer3mo ago
You mean fewer Blazor choices?
This exactly, yeah. I'm 99% certain I'm on a later version of .NET compared to the tutorial. I'll continue with Blazor Web App. Appreciate the quick input!