{ "buildOptions": { "emitEntryPoint": true }, "dependencies": {}, "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc3-004442-00" } } } }, "runtimeOptions": { "somethingString": "anything", "somethingBoolean": true, "someArray": [ "one", "two" ], "someObject": { "someProperty": "someValue" } } }