Cosmos/source/Cosmos.IL2CPU/project.json
2017-01-31 11:22:59 -06:00

56 lines
1.3 KiB
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Runtime.Loader": "4.3.0",
"Microsoft.Extensions.DependencyModel": "1.1.0"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Assembler": {
"target": "project"
},
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Core.Common": {
"target": "project"
},
"Cosmos.Debug.Common": {
"target": "project"
},
"Cosmos.Debug.DebugStub": {
"target": "project"
},
"Cosmos.Debug.Symbols": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}