danroth27 / Net8BlazorWebAssembly

ASP.NET Core hosted Blazor WebAssembly app with .NET 8
MIT License
31 stars 8 forks source link

reference in server project needs to be updated. #5

Open AMUCOMO opened 11 months ago

AMUCOMO commented 11 months ago

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.

dha125 commented 9 months ago

It would be nice to see an update here which builds for .Net8 and not an old preview.