2016-03-09 19:36:16 +00:00
|
|
|
{
|
2016-03-25 21:48:25 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandard1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-03-29 15:59:19 +00:00
|
|
|
"version": "1.0.0-rc2-23929"
|
2016-03-25 21:48:25 +00:00
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
|
|
|
}
|
2016-03-09 19:36:16 +00:00
|
|
|
}
|
2016-03-25 21:48:25 +00:00
|
|
|
}
|
2016-03-09 19:36:16 +00:00
|
|
|
}
|