I am playing with just released ASP.NET Core. I have created new project and I am looking at project.json
. I'd like to know what is this part of configuration for:
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
}