37 lines
885 B
JSON
37 lines
885 B
JSON
{
|
|
"version": "1.1.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"web.config"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.1.0-*"
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"runtimes": {
|
|
"win7-x64": {},
|
|
"win7-x86": {},
|
|
"osx.10.10-x64": {},
|
|
"osx.10.11-x64": {},
|
|
"osx.10.12-x64": {},
|
|
"ubuntu.14.04-x64": {},
|
|
"ubuntu.15.04-x64": {}
|
|
}
|
|
} |