27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"version": "1.1.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Http.Features": "1.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Text.Encoding": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
}
|
|
}
|
|
} |