{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.EntityFrameworkCore": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.Logging": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.1"
|
|
},
|
|
"tools": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"debugType": "portable"
|
|
},
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"Areas/**/Views",
|
|
"settings.json",
|
|
"web.config",
|
|
"project.json",
|
|
"Dockerfile"
|
|
]
|
|
},
|
|
"scripts": {}
|
|
}
|