VS 2022 Version 17.5.0 Preview 6.0
I want to create a Blazor Server app : in the VS 2022 but see only 3 templates:
Blazor Server App Empty
Blazor WebAssembly App Empty
NETMAUI Blazor App
But here is no Blazor Server App template. I try to reproduce this: https://thecodeblogger.com/2022/09/28/net-7-getting-started-with-blazor-server-app/
Why the VS by the link has these templates. What is the problem with my VS 2022? Can I add template to VS 2022? The VS suggests me NET 7 only. How can I use NET 6?
Blazor is part of ASP.NET and that requires the "ASP.NET and web development" workload to be installed.
You can get at the installer screen with the Tools
|Get Tools and Features
menu item.