Trying to get through the Blazor learning materials, and the blazing pizza app requires a .NET 6.0 dependency to run.
.NET 6...which is END OF SUPPORT. Update your training docs Microsoft, you're a billion dollars company FFS.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Under "Create Blazor components" Section
There is a dotnet command for creating a Blazor app by using the blazorserver template in CLI, it doesn't work anymore. The command is below:
dotnet new blazorserver -o BlazingPizzaSite -f net6.0
My understanding that the Blazor framework provides templates for creating apps in two ways:
blazor
blazorwasm
Based on this information, my suggested command for modifing the content of this training is below:
dotnet new blazor -o BlazzingPizzaSite -f net8.0
This question is related to the following Learning Module
Trying to get through the Blazor learning materials, and the blazing pizza app requires a .NET 6.0 dependency to run.
.NET 6...which is END OF SUPPORT. Update your training docs Microsoft, you're a billion dollars company FFS.
In my research on some of the tutorials on Microsoft Learn, I found that the templates are blazor and blazorwasm. I used "blazor" instead of "blazorserver" and it worked. Thanks
Hi FRED,
Thank you for reaching out to Microsoft Q & A forum.
Where am I seeing this?
Learning Path: Build web apps with Blazor
Module: Interact with data in Blazor web apps
Unit 3: Create a user interface with Blazor components
Thank you for your understanding.
Following our communication with the content author, they've assured us that the Learn paths will be revised and updated in the upcoming major update, which is imminent.
We believe this information is helpful to you! If so, please acknowledge it by clicking "Accept Answer" and "Upvote" on the post.