You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ASP.NET Core hosted template points to the Program class in the Client project. For consistency with server-side Blazor we should switch it to point to the Startup class: app.UseBlazor<Client.Startup>().
The text was updated successfully, but these errors were encountered:
Currently the ASP.NET Core hosted template points to the
Program
class in the Client project. For consistency with server-side Blazor we should switch it to point to theStartup
class:app.UseBlazor<Client.Startup>()
.The text was updated successfully, but these errors were encountered: