Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.07 KB | None | 0 0
  1.     {
  2.     "version": "1.0.0",
  3.   "buildOptions": {
  4.     "emitEntryPoint": true,
  5.     "preserveCompilationContext": true,
  6.     "additionalArguments": [ "/ruleset:../StyleCopeRules.ruleset" ],
  7.     "xmlDoc": true
  8.   },
  9.  
  10.   "dependencies": {
  11.     "Microsoft.NETCore.App": {
  12.       "version": "1.0.1",
  13.       "type": "platform"
  14.     },
  15.     "Microsoft.AspNetCore.Mvc": "1.0.1",
  16.     "Microsoft.AspNetCore.Routing": "1.0.1",
  17.     "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
  18.     "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
  19.     "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
  20.     "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
  21.     "Microsoft.Extensions.Configuration.Json": "1.0.0",
  22.     "Microsoft.Extensions.Logging": "1.0.0",
  23.     "Microsoft.Extensions.Logging.Console": "1.0.0",
  24.     "Microsoft.Extensions.Logging.Debug": "1.0.0",
  25.     "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
  26.     "Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
  27.     "SofTrust.NetCore.QueryDesigner": "1.1.1",
  28.     "Newtonsoft.Json": "9.0.1",
  29.     "SofTrust.DataModel.NetCore.SchemaBase": "1.0.0-*",
  30.     "SofTrust.Mis.NetCore.Tools": "1.0.0-*",    
  31.     "StyleCop.Analyzers": "1.0.0",
  32.     "SofTrust.Mis.NetCore.DAL.EF": "1.0.0-*",
  33.     "SofTrust.Mis.NetCore.DAL.Mapping": "1.0.0-*",
  34.     "SofTrust.Mis.NetCore.Data.Dto": "1.0.0-*",
  35.     "SofTrust.Mis.NetCore.DAL.Core": "1.0.0-*",
  36.     "Softrist.Mis.NetCore.PersonClient": "1.0.0-*",
  37.   },
  38.  
  39.   "tools": {
  40.     "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
  41.   },
  42.  
  43.   "frameworks": {
  44.     "netcoreapp1.0": {
  45.       "imports": [
  46.         "dotnet5.6",
  47.         "portable-net45+win8"
  48.       ]
  49.     }
  50.   },
  51.  
  52.   "runtimeOptions": {
  53.     "configProperties": {
  54.       "System.GC.Server": true
  55.     }
  56.   },
  57.  
  58.   "publishOptions": {
  59.     "include": [
  60.       "wwwroot",
  61.       "**/*.cshtml",
  62.       "appsettings.json",
  63.       "web.config"
  64.     ]
  65.   },
  66.  
  67.   "scripts": {
  68.     "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
  69.   }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement