Cosmos/source/Cosmos.Core.Common/project.json
José Pedro c2d422edf4 Compiler fixes.
Created project.json files for projects that need it.
2017-01-11 00:12:14 +00:00

21 lines
395 B
JSON

{
"buildOptions": {
"allowUnsafe": true
},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Cosmos.Common": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
}
}
}
}
}