Cosmos/source/Cosmos.System/project.json
2017-01-15 22:23:56 -06:00

24 lines
427 B
JSON

{
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.HAL": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
}
},
"frameworks": {
"netstandard1.6": {}
}
}