Guest User

Untitled

a guest
Nov 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. private static IConfiguration GetConfiguration() =>
  2. new ConfigurationBuilder()
  3. .SetBasePath(Directory.GetCurrentDirectory())
  4. .AddJsonFile("appSettings.json")
  5. .Build();
Add Comment
Please, Sign In to add comment