Guest User

Untitled

a guest
Oct 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.App": {
  4. "version": "1.0.1",
  5. "type": "platform"
  6. },
  7. "Microsoft.AspNetCore.Mvc": "1.0.0",
  8. "Microsoft.AspNetCore.Diagnostics": "1.0.0",
  9. "Microsoft.EntityFrameworkCore": "1.0.0",
  10. "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
  11. "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
  12. "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
  13. "Microsoft.Extensions.Logging.Console": "1.0.0",
  14. "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
  15. "Microsoft.Extensions.Configuration.Json": "1.0.0",
  16. "Microsoft.AspNetCore.StaticFiles": "1.0.0",
  17. "Microsoft.EntityFrameworkCore.Tools": {
  18. "version": "1.0.0-preview2-final",
  19. "type": "build"
  20. },
  21. "System.Threading.Tasks": "4.0.11"
  22. },
  23.  
  24.  
  25. "tools": {
  26. "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
  27. "Microsoft.EntityFrameworkCore.Tools": {
  28. "version": "1.0.0-preview2-final",
  29. "imports": [
  30. "portable-net45+win8+dnxcore50",
  31. "portable-net45+win8"
  32. ]
  33. }
  34. },
  35.  
  36. "frameworks": {
  37. "netcoreapp1.0": {
  38. "imports": [
  39. "dotnet5.6",
  40. "portable-net45+win8"
  41. ]
  42. }
  43. },
  44.  
  45. "buildOptions": {
  46. "emitEntryPoint": true,
  47. "preserveCompilationContext": true
  48. },
  49.  
  50. "runtimeOptions": {
  51. "configProperties": {
  52. "System.GC.Server": true
  53. }
  54. },
  55.  
  56. "publishOptions": {
  57. "include": [
  58. "wwwroot",
  59. "web.config"
  60. ]
  61. },
  62.  
  63. "scripts": {
  64. "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
  65. }
  66. }
Add Comment
Please, Sign In to add comment