mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-02 14:20:38 +00:00
18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Cosmos.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Kernel": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.System": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|