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