31 lines
668 B
JSON
31 lines
668 B
JSON
{
|
|
"version": "1.2.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
},
|
|
"imports": [
|
|
"portable-net40+sl5+win8+wp8+wpa81",
|
|
"portable-net45+win8+wp8+wpa81"
|
|
]
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"web.config"
|
|
]
|
|
}
|
|
} |