mirror of
https://github.com/bitwarden/server
synced 2026-01-11 21:13:50 +00:00
49 lines
1014 B
JSON
49 lines
1014 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
|
|
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"define": [ "DEBUG" ]
|
|
},
|
|
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"web.config"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
}
|
|
}
|