Cosmos/source/XSharp.Compiler/project.json
2017-01-03 15:31:21 -06:00

25 lines
483 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"outputName": "XSC"
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.1"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "portable-net452",
"dependencies": {
"Cosmos.Assembler": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}