mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 04:40:14 +00:00
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"version": "1.0.0.0",
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"publicSign": true,
|
|
"keyFile": "..\\..\\Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Cosmos.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Core.Common": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Core.Memory": {
|
|
"target": "project"
|
|
},
|
|
"Cosmos.Debug.Kernel": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {}
|
|
}
|
|
}
|