Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active May 26, 2019 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueleresca/5620911b98c6e30fbb2c38e8fe1bb2d1 to your computer and use it in GitHub Desktop.
Save samueleresca/5620911b98c6e30fbb2c38e8fe1bb2d1 to your computer and use it in GitHub Desktop.
public class Program
{
...
public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) =>
BlazorWebAssemblyHost.CreateDefaultBuilder()
.UseBlazorStartup<Startup>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment