|
5 | 5 | "preserveCompilationContext": true |
6 | 6 | }, |
7 | 7 | "runtimeOptions": { |
8 | | - "gcServer": true |
| 8 | + "configProperties": { |
| 9 | + "System.GC.Server": true |
| 10 | + } |
9 | 11 | }, |
10 | 12 | "tooling": { |
11 | 13 | "defaultNamespace": "MusicStore" |
12 | 14 | }, |
13 | 15 |
|
14 | | -"dependencies": { |
| 16 | + "dependencies": { |
15 | 17 | "Microsoft.NETCore.App": { |
16 | | - "version": "1.0.0", |
| 18 | + "version": "1.0.1", |
17 | 19 | "type": "platform" |
18 | 20 | }, |
| 21 | + "Microsoft.AspNetCore.AngularServices": "1.0.0-*", |
19 | 22 | "Microsoft.AspNetCore.Diagnostics": "1.0.0", |
20 | 23 | "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", |
| 24 | + "Microsoft.AspNetCore.Mvc": "1.0.1", |
| 25 | + "Microsoft.AspNetCore.Razor.Tools": { |
| 26 | + "version": "1.0.0-preview2-final", |
| 27 | + "type": "build" |
| 28 | + }, |
21 | 29 | "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
22 | | - "Microsoft.AspNetCore.Mvc": "1.0.0", |
23 | | - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", |
24 | | - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", |
| 30 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.1", |
25 | 31 | "Microsoft.AspNetCore.StaticFiles": "1.0.0", |
| 32 | + "Microsoft.EntityFrameworkCore.SQLite": "1.0.0", |
| 33 | + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
26 | 34 | "Microsoft.Extensions.Configuration.Json": "1.0.0", |
| 35 | + "Microsoft.Extensions.Configuration.CommandLine": "1.0.0", |
| 36 | + "Microsoft.Extensions.Logging": "1.0.0", |
27 | 37 | "Microsoft.Extensions.Logging.Console": "1.0.0", |
28 | | - "Microsoft.NETCore.Platforms": "1.0.1", |
29 | 38 | "Microsoft.Extensions.Logging.Debug": "1.0.0", |
30 | | - "Microsoft.EntityFrameworkCore.SQLite": "1.0.0", |
31 | | - "Microsoft.AspNetCore.AngularServices": "1.0.0-*", |
32 | | - "AutoMapper": "5.0.2" |
| 39 | + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", |
| 40 | + "AutoMapper": "5.0.2" |
| 41 | + }, |
| 42 | + |
| 43 | + "tools": { |
| 44 | + "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", |
| 45 | + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", |
| 46 | + "Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final" |
33 | 47 | }, |
| 48 | + |
34 | 49 | "frameworks": { |
35 | 50 | "netcoreapp1.0": { |
36 | 51 | "imports": [ |
37 | 52 | "dotnet5.6", |
38 | | - "dnxcore50", |
39 | 53 | "portable-net45+win8" |
40 | 54 | ] |
41 | 55 | } |
42 | 56 | }, |
| 57 | + |
43 | 58 | "publishOptions": { |
44 | | - "exclude": [ |
| 59 | + "include": [ |
| 60 | + "appsettings.json", |
| 61 | + "ClientApp", |
45 | 62 | "node_modules", |
46 | | - "bower_components", |
47 | | - "**.xproj", |
48 | | - "**.user", |
49 | | - "**.vspscc" |
| 63 | + "typings", |
| 64 | + "Views", |
| 65 | + "tsconfig.json", |
| 66 | + "tsd.json", |
| 67 | + "web.config", |
| 68 | + "webpack.*.js", |
| 69 | + "wwwroot" |
50 | 70 | ] |
51 | 71 | }, |
52 | 72 | "scripts": { |
53 | | - "prepublish": [ "npm install" ], |
| 73 | + "prepublish": [ |
| 74 | + "npm install", |
| 75 | + "gulp" |
| 76 | + ], |
54 | 77 | "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] |
55 | 78 | } |
56 | 79 | } |
0 commit comments