2016-04-28 10:02:05 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-04-28 10:02:05 -07:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 09:52:35 -07:00
|
|
|
"version": "1.0.1"
|
2016-04-28 10:02:05 -07:00
|
|
|
},
|
2016-05-12 19:03:08 -07:00
|
|
|
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-04-28 10:02:05 -07:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 13:11:22 -05:00
|
|
|
}
|