2016-03-09 19:36:16 +00:00
|
|
|
{
|
2016-03-25 21:48:25 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-25 21:48:25 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-03-25 21:48:25 +00:00
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
2016-04-13 00:29:07 +00:00
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
2016-03-09 19:36:16 +00:00
|
|
|
}
|
2016-03-25 21:48:25 +00:00
|
|
|
}
|
2016-03-09 19:36:16 +00:00
|
|
|
}
|