Skip to content

Instantly share code, notes, and snippets.

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