Cosmos/source/Cosmos.Debug.Kernel/project.json
2016-12-29 00:20:34 -06:00

15 lines
282 B
JSON

{
"supports": {
"netcoreapp1.0.app": {},
"net462.app": {}
},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.5": {
"imports": "portable-net452"
}
}
}