2016-05-12 17:33:32 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-05-12 17:33:32 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
2016-05-31 17:55:36 +00:00
|
|
|
"dependencies": {},
|
2016-05-28 14:14:59 +00:00
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-03 12:27:42 +00:00
|
|
|
"version": "1.0.0-rc3-004391"
|
2016-05-28 14:14:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"netstandard1.6": {
|
|
|
|
"dependencies": {
|
2016-06-03 12:27:42 +00:00
|
|
|
"NETStandard.Library": "1.6.0-rc3-24201-00",
|
2016-06-03 21:35:00 +00:00
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24201-00"
|
2016-05-28 14:14:59 +00:00
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|
2016-05-12 17:33:32 +00:00
|
|
|
},
|
2016-05-28 14:14:59 +00:00
|
|
|
"runtimes": {
|
2016-05-31 17:55:36 +00:00
|
|
|
"win7-x64": {},
|
|
|
|
"win7-x86": {},
|
|
|
|
"osx.10.10-x64": {},
|
|
|
|
"osx.10.11-x64": {},
|
|
|
|
"ubuntu.14.04-x64": {},
|
2016-06-01 00:13:17 +00:00
|
|
|
"ubuntu.16.04-x64": {},
|
2016-05-31 17:55:36 +00:00
|
|
|
"centos.7-x64": {},
|
|
|
|
"rhel.7.2-x64": {},
|
2016-06-01 00:13:17 +00:00
|
|
|
"debian.8-x64": {},
|
|
|
|
"fedora.23-x64": {},
|
|
|
|
"opensuse.13.2-x64": {}
|
2016-05-12 17:33:32 +00:00
|
|
|
}
|
|
|
|
}
|