mirror of
https://github.com/bitwarden/browser
synced 2024-12-20 06:28:26 +01:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.0",
|
|
"environment": "Development",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
|
"version": "1.0.0-preview2-final",
|
|
"imports": "portable-net45+win8+dnxcore50"
|
|
}
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
|
|
"runtimeOptions": {
|
|
"gcServer": false,
|
|
"gcConcurrent": true
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"settings.json",
|
|
"settings.Development.json",
|
|
"settings.Production.json",
|
|
"settings.Staging.json",
|
|
"web.config"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
},
|
|
|
|
"userSecretsId": "aspnet-Vault-20160519103145"
|
|
}
|