Cosmos/source/Cosmos.IL2CPU/project.json
2017-01-06 16:09:35 -06:00

22 lines
438 B
JSON

{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}