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