mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
23 lines
425 B
JSON
23 lines
425 B
JSON
{
|
|
"buildOptions": {
|
|
"allowUnsafe": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"Cosmos.Debug.Kernel": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.System": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.TestRunner.TestController": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|