mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
25 lines
483 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|