Cosmos/source/Cosmos.IL2CPU/project.json
José Pedro 3db5ce43bb Compiler fixes.
Compiler fixes.
Updated project.json files.
Removed *.lock.json files and updated gitignore to ignore them.
Updated some Cosmos.Debug projects.
2017-01-08 14:54:29 +00:00

44 lines
987 B
JSON

{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "1.6.1",
"System.Reflection.Metadata": "1.4.2"
},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Cosmos.Assembler": {
"target": "project"
},
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Core.Common": {
"target": "project"
},
"Cosmos.Debug.DebugStub": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.Debug.Symbols": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}