Skip to content

Instantly share code, notes, and snippets.

@WernerMairl
Created July 20, 2017 05:08
Show Gist options
  • Save WernerMairl/03edfa977f1debed346bfac720ec39d9 to your computer and use it in GitHub Desktop.
Save WernerMairl/03edfa977f1debed346bfac720ec39d9 to your computer and use it in GitHub Desktop.
Not Working
var config = new ConfigurationBuilder()
.AddJsonFile("appsettings.json")
.build();
var host = new WebHostBuilder()
.UseConfiguration(config.GetSection("Hosting"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment