You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
674 B

1 month ago
{
"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", //runtimesSelf-contained application (.exe)
"version": "1.0.0"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"runtimes": {
"win7-x64": {},
"ubuntu.14.04-x64": {}
}
}