50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
|
"Microsoft.AspNetCore.WebSockets": "0.2.0-*",
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
}
|
|
},
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"copyToOutput": [
|
|
"TestResources/testCert.pfx"
|
|
]
|
|
},
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"web.config",
|
|
"TestResources/testCert.pfx"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"postpublish": [
|
|
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
|
]
|
|
}
|
|
} |