Cosmos/Demos/Guess/project.json
2017-02-25 18:29:45 +00:00

23 lines
441 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"keyFile": "../../Cosmos.snk",
"debugType": "portable",
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.System": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
}
}
}
}
}