Net8BlazorWebAssembly
Net8BlazorWebAssembly copied to clipboard
reference in server project needs to be updated.
when downloading the repo there is an error in program.cs of the server.
app.MapRazorComponents<Host>().AddWebAssemblyRenderMode();
does not find/recognnize .AddWebAssemblyRenderMode()
the project references the preview6 version of "Microsoft.AspNetCore.Components.WebAssembly.Server" nuget.
updating to RC1 was necessary.
It would be nice to see an update here which builds for .Net8 and not an old preview.