2016-05-12 17:33:32 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-05-26 18:11:22 +00:00
|
|
|
"TwoTargetLargeP5": {
|
2016-05-12 17:33:32 +00:00
|
|
|
"target": "project"
|
|
|
|
},
|
2016-05-26 18:11:22 +00:00
|
|
|
"TwoTargetLargeP6": {
|
2016-05-12 17:33:32 +00:00
|
|
|
"target": "project"
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|
2016-05-12 17:33:32 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-28 14:14:59 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 16:52:35 +00:00
|
|
|
"version": "1.0.1"
|
2016-05-28 14:14:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"netstandard1.5": {
|
|
|
|
"dependencies": {
|
2016-06-14 08:14:53 +00:00
|
|
|
"NETStandard.Library": "1.6.0"
|
2016-05-28 14:14:59 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-12 17:33:32 +00:00
|
|
|
}
|
|
|
|
}
|