Skip to content

Instantly share code, notes, and snippets.

@dimlucas
Created October 21, 2018 07:58
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 dimlucas/b9ef127726c25f0c634799867ff8dcfc to your computer and use it in GitHub Desktop.
Save dimlucas/b9ef127726c25f0c634799867ff8dcfc to your computer and use it in GitHub Desktop.
private static IWebHost BuildWebHost(string[] args)
{
return WebHost.CreateDefaultBuilder(args).UseStartup<Startup>().Build();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment