Skip to content

Instantly share code, notes, and snippets.

@gusztavvargadr
Last active June 26, 2017 12:21
Show Gist options
  • Save gusztavvargadr/b6613184cce6bf533c3000dce6895fe7 to your computer and use it in GitHub Desktop.
Save gusztavvargadr/b6613184cce6bf533c3000dce6895fe7 to your computer and use it in GitHub Desktop.
var configurationBuilder = new ConfigurationBuilder();
configurationBuilder.AddJsonFile("appSettings.json");
configurationBuilder.AddXmlFile("appSettings.xml");
configurationBuilder.AddEnvironmentVariables();
var configuration = configurationBuilder.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment