Cosmos/Demos/Guess/project.json
2017-01-22 09:07:37 -06:00

33 lines
703 B
JSON

{
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
},
"Cosmos.Debug.Kernel.Plugs.Asm": {
"target": "project",
"type": "build"
},
"Cosmos.Core.Plugs": {
"target": "project",
"type": "build"
},
"Cosmos.Core.Plugs.Asm": {
"target": "project",
"type": "build"
},
"Cosmos.System.Plugs": {
"target": "project",
"type": "build"
}
}
}
}
}