I have my simple project with Blazor. I updated the project from .NET5 to .NET6. I deploy to the production environment using Web Deploy. On the production server, I am getting this error
Error: Could not find class: Microsoft.AspNetCore.Components.WebAssembly.Hosting:EntrypointInvoker in assembly Microsoft.AspNetCore.Components.WebAssembly

The configuration of Web Deploy is

I have my simple project with Blazor. I updated the project from .NET5 to .NET6. I deploy to the production environment using
Web Deploy. On the production server, I am getting this errorThe configuration of Web Deploy is