{ "name": "TestSog", "version": "1.0.0", "platform": "x64", "buildOptions": { "debugType": "portable", "emitEntryPoint": true }, "dependencies": { "ServerComm": { "version": "0.1.0", "target": "project" }, "Microsoft.NETCore.App": { //"type": "platform", //注释掉这个,打开runtimes配置来生成Self-contained application (.exe) "version": "1.0.0" } }, "frameworks": { "netcoreapp1.0": { "imports": "dnxcore50" } }, "runtimes": { "win7-x64": {}, "ubuntu.14.04-x64": {} } }