Pages

04 December, 2023

Creating a .NET 8 Blazor server on VS Code

.NET 8 is out and I want to create a Blazor server in VS Code.


When I try dotnet new blazorserver -f net8.0 in the terminal, it returns



'net8.0' is not a valid value for -f



How should I do it in VS Code?

No comments:

Post a Comment

Thanks