mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
Compiler fixes. Updated project.json files. Removed *.lock.json files and updated gitignore to ignore them. Updated some Cosmos.Debug projects.
44 lines
987 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|