Advertisement
Lonefish

Building, crashing in Program/Main

Dec 22nd, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  "testRunner": "xunit",
  2.  
  3.   "dependencies": {
  4.     "dotnet-test-xunit": "2.2.0-preview2-build1029",
  5.     "Microsoft.ApplicationInsights.AspNetCore": "1.0.0-rc2-final",
  6.     "Microsoft.AspNet.Identity.Core": "2.2.1",
  7.     "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final",
  8.     "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
  9.     "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-rc2-final",
  10.     "Microsoft.AspNetCore.Hosting": "1.1.0-preview1-final",
  11.     "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
  12.     "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
  13.     "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-rc2-final",
  14.     "Microsoft.AspNetCore.Razor.Tools": {
  15.       "version": "1.0.0-preview2-final",
  16.       "type": "build"
  17.     },
  18.     "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
  19.     "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
  20.     "Microsoft.AspNetCore.Session": "1.0.0-rc2-final",
  21.     "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
  22.     "Microsoft.EntityFrameworkCore": "1.0.0",
  23.     "Microsoft.Extensions.Caching.Memory": "1.0.0",
  24.     "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-preview1-final",
  25.     "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
  26.     "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
  27.     "Microsoft.Extensions.DependencyInjection": "1.1.0-preview1-final",
  28.     "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-preview1-final",
  29.     "Microsoft.Extensions.Logging": "1.1.0-preview1-final",
  30.     "Microsoft.Extensions.Logging.Abstractions": "1.1.0-preview1-final",
  31.     "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
  32.     "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
  33.     "Microsoft.Extensions.Options": "1.1.0-preview1-final",
  34.     "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final",
  35.     "Microsoft.Extensions.Primitives": "1.1.0-preview1-final",
  36.     "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final",
  37.     "Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
  38.       "version": "1.0.0-preview2-final",
  39.       "type": "build"
  40.     },
  41.     "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
  42.       "version": "1.0.0-preview2-final",
  43.       "type": "build"
  44.     },
  45.     "WindowsAzure.ServiceBus": "3.4.3",
  46.     "xunit": "2.2.0-beta2-build3300"
  47.   },
  48.  
  49.   "tools": {
  50.     "BundlerMinifier.Core": "2.0.238",
  51.     "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
  52.     "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
  53.     "Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview2-final",
  54.     "Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
  55.       "version": "1.0.0-preview2-final",
  56.       "imports": [
  57.         "portable-net45+win8"
  58.       ]
  59.     }
  60.   },
  61.  
  62.   "frameworks": {
  63.     "net461": {
  64.       "dependencies": {
  65.         "MGX.Web.Common": {
  66.           "target": "project"
  67.         }
  68.       },
  69.       "frameworkAssemblies": {
  70.         "System.Drawing": "4.0.0.0",
  71.         "System.Web": "4.0.0.0"
  72.       }
  73.     }
  74.   },
  75.  
  76.   "buildOptions": {
  77.     "emitEntryPoint": true,
  78.     "preserveCompilationContext": true
  79.   },
  80.  
  81.   "publishOptions": {
  82.     "include": [
  83.       "wwwroot",
  84.       "Views",
  85.       "Areas/**/Views",
  86.       "appsettings.json",
  87.       "web.config"
  88.     ]
  89.   },
  90.  
  91.   "scripts": {
  92.     "prepublish": [ "bower install", "dotnet bundle" ],
  93.     "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
  94.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement