20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
},
|
|
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|