Advertisement
Guest User

working aspnet rc2

a guest
Apr 28th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.68 KB | None | 0 0
  1. {
  2.     "version": "1.0.0-*",
  3.     "compilationOptions": {
  4.         "emitEntryPoint": true,
  5.         "preserveCompilationContext": true
  6.     },
  7.  
  8.     "dependencies": {
  9.         "Crucible.Models": "1.0.0-*",
  10.         "Crucible.Core": "1.0.0-*",
  11.         "CommonMark.NET": "0.11.0",
  12.         "SK.Framework": "1.0.0-*",
  13.         "Microsoft.AspNetCore.Http": "1.0.0-rc2-*",
  14.         "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-*",
  15.         "Microsoft.AspNetCore.Authentication": "1.0.0-rc2-*",
  16.         "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
  17.         "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",
  18.         "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-rc2-*",
  19.         "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-*",
  20.         "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
  21.         "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*",
  22.         "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-*",
  23.         "Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-rc2-*",
  24.         "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-*",
  25.         "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-rc2-*",
  26.         "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*",
  27.         "Microsoft.AspNetCore.Session": "1.0.0-rc2-*",
  28.         "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-*",
  29.         "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-*",
  30.         "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
  31.         "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-*",
  32.         "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-*",
  33.         "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*",
  34.         "Microsoft.Extensions.Logging": "1.0.0-rc2-*",
  35.         "Microsoft.AspNetCore.Server.IISIntegration" :  "1.0.0-rc2-*"
  36.     },
  37.   "tools": {
  38.     "dotnet-publish-iis": {
  39.         "version": "1.0.0-*",
  40.         "imports":["portable-net40+sl5+win8+wp8+wpa81"]
  41.     },
  42.     "dotnet-ef": {
  43.         "version": "1.0.0-*",
  44.         "imports":["portable-net40+sl5+win8+wp8+wpa81"]
  45.     },
  46.     "dotnet-watch": {
  47.         "version": "1.0.0-*",
  48.         "imports":["portable-net40+sl5+win8+wp8+wpa81"]
  49.     },
  50.     "dotnet-razor-tooling": {
  51.         "version": "1.0.0-*",
  52.         "imports":["portable-net40+sl5+win8+wp8+wpa81"]
  53.     }
  54.   },
  55.  
  56.     "commands": {
  57.         "web": "Crucible.Web"
  58.     },
  59.  
  60.     "frameworks": {
  61.         "net451": {
  62.             "frameworkAssemblies": {
  63.                 "System.ComponentModel": "4.0.0.0"
  64.             }
  65.         }
  66.     },
  67.     "content": [
  68.         "hosting.json"
  69.     ],
  70.     "exclude": [
  71.         "wwwroot",
  72.         "node_modules"
  73.     ],
  74.     "publishExclude": [
  75.         "**.user",
  76.         "**.vspscc"
  77.     ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement