Cosmos/source/Cosmos.Core.Plugs/project.json
Charles Betros 2637bc9b41 Plugs
2017-02-05 01:36:54 -06:00

35 lines
747 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Globalization": "4.3.0",
"System.Threading.Thread": "4.3.0"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.Core.Common": {
"target": "project"
},
"Cosmos.Core.Memory": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
}
}
}
}
}