I updated vs 2019 to 16.0.1 after .net core 3 is released. But I cannot find all the options for blazor. I can just see the blazor server side option, but nothing else. Funny enough the template are visible in command line.
Blazor Server App ------ blazorserver
Blazor (hosted in ASP.NET server) ----- blazorhosted
Blazor Library ----- blazorlib
Blazor (Server-side in ASP.NET Core) ---- blazorserverside
Blazor (standalone) ----- blazor
But can't see the client-side option in visual studio. I had .net core 3-preview installed. Which I have uninstalled already just in case, but that didn't help. Anybody else faced this issue?