2016-05-11 22:31:11 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-05-11 22:31:11 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|