Created
July 20, 2017 05:08
-
-
Save WernerMairl/03edfa977f1debed346bfac720ec39d9 to your computer and use it in GitHub Desktop.
Not Working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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