30 lines
637 B
JSON
30 lines
637 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
|
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"compile": {
|
|
"include": [
|
|
"../src/*.cs"
|
|
]
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004443-00"
|
|
}
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|