Cosmos/Tests/SimpleStructsAndArraysTest/project.json
2017-01-22 09:07:37 -06:00

20 lines
376 B
JSON

{
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
},
"Cosmos.TestRunner.TestController": {
"target": "project"
}
}
}
}
}