Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 17.8, I do not see .NET 8.0 as a option for Blazor Server project template

I have installed Visual Studio 17.8, but do not see .NET 8.0 as a option for Blazor Server. I do see it as a option for Blazor Web App. I can't understand this behaviour, installed it, uninstalled it, repaired it. But still no .NET 8 on Blazor Server project template.

I be grateful for the help.

I have tried Everything

like image 632
Keith Tobin Avatar asked Jan 24 '26 14:01

Keith Tobin


1 Answers

There is no Blazor Server template in .NET 8

Quoted from Github issue

There is no Blazor Server template in .NET 8.0. It's been subsumed/unified into the Blazor Web template. You should be able to get the same Blazor Server experience if you select Blazor Web + Server components.

Also mentioned in the release notes

As part of unifying the various Blazor hosting models into a single model in .NET 8, we’re also consolidating the number of Blazor project templates. In this preview release we’ve removed the Blazor Server template and the “ASP.NET Core hosted” option from the Blazor WebAssembly template. Both of these scenarios will be represented by options when using the new Blazor Web App template.

like image 102
RBee Avatar answered Jan 27 '26 03:01

RBee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!