mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
|
"NETStandard.Library": "1.6.1"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {
|
|
"dependencies": {
|
|
"Cosmos.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Kernel": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.HAL": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.IL2CPU.Plugs": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|