mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
15 lines
282 B
JSON
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"
|
|
}
|
|
}
|
|
}
|