37 lines
764 B
JSON
37 lines
764 B
JSON
{
|
|
"buildOptions": {
|
|
"copyToOutput": {
|
|
"include": [
|
|
"ApacheModRewrite.txt",
|
|
"IISUrlRewrite.xml",
|
|
"testCert.pfx"
|
|
]
|
|
},
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Rewrite": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"ApacheModRewrite.txt",
|
|
"IISUrlRewrite.xml",
|
|
"testCert.pfx"
|
|
]
|
|
}
|
|
}
|