2016-03-16 16:39:59 -07:00
|
|
|
{
|
2016-03-22 15:39:04 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"outputName": "MyApp",
|
2016-04-20 16:05:53 -07:00
|
|
|
"emitEntryPoint": true
|
2016-03-22 15:39:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-10 13:22:58 -07:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-*"
|
2016-03-22 15:39:04 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-12 17:29:07 -07:00
|
|
|
"netcoreapp1.0": { }
|
2016-03-22 15:39:04 +00:00
|
|
|
}
|
|
|
|
}
|