mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 02:52:50 +08:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"version": "0.0.0-dev",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
|
"Microsoft.Extensions.Logging": "1.1.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
|
"Ocelot": "0.0.0-dev",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
|
"Microsoft.NETCore.App": "1.1.0"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
},
|
|
"runtimes": {
|
|
"win10-x64": {},
|
|
"osx.10.11-x64":{},
|
|
"win7-x64": {}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": [
|
|
]
|
|
}
|
|
},
|
|
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"copyToOutput": {
|
|
"include": [
|
|
"configuration.json"
|
|
]
|
|
}
|
|
},
|
|
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"Areas/**/Views",
|
|
"appsettings.json",
|
|
"web.config",
|
|
"configuration.json"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
}
|
|
}
|