2016-05-12 10:33:32 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-31 12:55:36 -05:00
|
|
|
"dependencies": {},
|
2016-05-12 10:33:32 -07:00
|
|
|
"frameworks": {
|
2016-05-28 09:14:59 -05:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-05-28 09:14:59 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"netstandard1.5": {
|
|
|
|
"dependencies": {
|
2016-06-14 03:14:53 -05:00
|
|
|
"NETStandard.Library": "1.6.0"
|
2016-05-28 09:14:59 -05:00
|
|
|
}
|
|
|
|
}
|
2016-05-12 10:33:32 -07:00
|
|
|
}
|
|
|
|
}
|