31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
},
|
|
"imports": [
|
|
"dnxcore50"
|
|
]
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Text.Encoding": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
}
|
|
}
|
|
} |