In this example we will describe what happens when you scaffold a new project.
First thing, the following dependencies will be added to you project (currently project.json file) :
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Co...