aspnetcore/samples/SampleApp/project.json

33 lines
664 B
JSON

{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"type": "platform"
}
}
}
},
"publishOptions": {
"include": [
"hosting.json",
"testCert.pfx"
]
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}