mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
33 lines
703 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|