Cosmos/Demos/Guess/project.json
2016-12-13 22:39:41 -06:00

18 lines
310 B
JSON

{
"version": "1.0.0",
"dependencies": {
"NETStandard.Library": "1.6.1",
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
}
},
"frameworks": {
"netstandard1.6": {}
}
}