mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk"
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|