|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | 3 | "Microsoft.NETCore.App": { |
4 | | - "version": "1.0.1", |
| 4 | + "version": "1.1.0", |
5 | 5 | "type": "platform" |
6 | 6 | }, |
7 | | - "Microsoft.AspNetCore.SpaServices": "1.0.0-*", |
8 | | - "Microsoft.AspNetCore.Diagnostics": "1.0.0", |
9 | | - "Microsoft.AspNetCore.Mvc": "1.0.1", |
| 7 | + "Microsoft.AspNetCore.SpaServices": "1.1.0-*", |
| 8 | + "Microsoft.AspNetCore.Diagnostics": "1.1.0", |
| 9 | + "Microsoft.AspNetCore.Mvc": "1.1.0", |
10 | 10 | "Microsoft.AspNetCore.Razor.Tools": { |
11 | 11 | "version": "1.0.0-preview2-final", |
12 | 12 | "type": "build" |
13 | 13 | }, |
14 | | - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
15 | | - "Microsoft.AspNetCore.Server.Kestrel": "1.0.1", |
16 | | - "Microsoft.AspNetCore.StaticFiles": "1.0.0", |
17 | | - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
18 | | - "Microsoft.Extensions.Configuration.Json": "1.0.0", |
19 | | - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0", |
20 | | - "Microsoft.Extensions.Logging": "1.0.0", |
21 | | - "Microsoft.Extensions.Logging.Console": "1.0.0", |
22 | | - "Microsoft.Extensions.Logging.Debug": "1.0.0", |
23 | | - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0" |
| 14 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
| 15 | + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
| 16 | + "Microsoft.AspNetCore.StaticFiles": "1.1.0", |
| 17 | + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
| 18 | + "Microsoft.Extensions.Configuration.Json": "1.1.0", |
| 19 | + "Microsoft.Extensions.Configuration.CommandLine": "1.1.0", |
| 20 | + "Microsoft.Extensions.Logging": "1.1.0", |
| 21 | + "Microsoft.Extensions.Logging.Console": "1.1.0", |
| 22 | + "Microsoft.Extensions.Logging.Debug": "1.1.0", |
| 23 | + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0" |
24 | 24 | }, |
25 | 25 |
|
26 | 26 | "tools": { |
|
30 | 30 | }, |
31 | 31 |
|
32 | 32 | "frameworks": { |
33 | | - "netcoreapp1.0": { |
| 33 | + "netcoreapp1.1": { |
34 | 34 | "imports": [ |
35 | 35 | "dotnet5.6", |
36 | 36 | "portable-net45+win8" |
|
40 | 40 |
|
41 | 41 | "buildOptions": { |
42 | 42 | "emitEntryPoint": true, |
43 | | - "preserveCompilationContext": true |
| 43 | + "preserveCompilationContext": true, |
| 44 | + "compile": { |
| 45 | + "exclude": ["node_modules"] |
| 46 | + } |
44 | 47 | }, |
45 | 48 |
|
46 | 49 | "runtimeOptions": { |
|
52 | 55 | "publishOptions": { |
53 | 56 | "include": [ |
54 | 57 | "appsettings.json", |
55 | | - "ClientApp/dist", |
56 | 58 | "Views", |
57 | 59 | "web.config", |
58 | 60 | "wwwroot" |
| 61 | + ], |
| 62 | + "exclude": [ |
| 63 | + "wwwroot/dist/*.map" |
59 | 64 | ] |
60 | 65 | }, |
61 | 66 |
|
|
65 | 70 | "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod", |
66 | 71 | "node node_modules/webpack/bin/webpack.js --env.prod" |
67 | 72 | ], |
68 | | - "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" |
| 73 | + "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] |
69 | 74 | }, |
70 | 75 |
|
71 | 76 | "tooling": { |
|
0 commit comments