You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.App": {
  4. "version": "1.0.0",
  5. "type": "platform"
  6. },
  7. "Microsoft.AspNetCore.Mvc": "1.0.0",
  8. "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
  9. "Microsoft.EntityFrameworkCore": "1.0.0",
  10. "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
  11. "Microsoft.Extensions.Configuration.Json": "1.0.0",
  12. "Microsoft.Extensions.Logging": "1.0.0",
  13. "Microsoft.Extensions.Logging.Console": "1.0.0",
  14. "Microsoft.Extensions.Logging.Debug": "1.0.0",
  15. "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
  16. "Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.1"
  17. },
  18. "tools": {},
  19. "frameworks": {
  20. "netcoreapp1.0": {
  21. "imports": [
  22. "dotnet5.6",
  23. "portable-net45+win8"
  24. ]
  25. }
  26. },
  27. "buildOptions": {
  28. "emitEntryPoint": true,
  29. "preserveCompilationContext": true,
  30. "debugType": "portable"
  31. },
  32. "runtimeOptions": {
  33. "configProperties": {
  34. "System.GC.Server": true
  35. }
  36. },
  37. "publishOptions": {
  38. "include": [
  39. "wwwroot",
  40. "Views",
  41. "Areas/**/Views",
  42. "settings.json",
  43. "web.config",
  44. "project.json",
  45. "Dockerfile"
  46. ]
  47. },
  48. "scripts": {}
  49. }