{ "version": "1.0.0-*", "buildOptions": { "emitEntryPoint": true }, "compile": [ "Program.cs", "include/*.cs" ], "exclude": [ "exclude/*" ], "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" } }, "imports": [ "dnxcore50", "portable-net451+win8" ] } } }