Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created May 24, 2021 11:15
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 Ibro/b8e918b818aa31c0ab4ec34a45ac5405 to your computer and use it in GitHub Desktop.
Save Ibro/b8e918b818aa31c0ab4ec34a45ac5405 to your computer and use it in GitHub Desktop.
public static void Main(string[] args)
{
CreateHostBuilder(args)
.Build()
.SeedIfNeeded()
.Run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment