Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created November 26, 2019 15:10
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 MartinZikmund/b929bf7763007ea221a2ffc8671f66b9 to your computer and use it in GitHub Desktop.
Save MartinZikmund/b929bf7763007ea221a2ffc8671f66b9 to your computer and use it in GitHub Desktop.
var builder = new ConfigurationBuilder()
.SetBasePath(Package.Current.InstalledLocation.Path)
.AddJsonFile("appsettings.json", optional: false)
.AddJsonFile("appsettings.production.json", optional: true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment