2016-04-28 17:02:05 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-04-28 17:02:05 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-02 19:45:00 +00:00
|
|
|
"version": "1.0.0-rc3-004373"
|
2016-04-28 17:02:05 +00:00
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-04-28 17:02:05 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|