Guest User

Untitled

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