|
1 | 1 | {
|
2 |
| - "compilationOptions": { |
3 |
| - "emitEntryPoint": true, |
4 |
| - "preserveCompilationContext": true |
5 |
| - }, |
| 2 | + "buildOptions": { |
| 3 | + "emitEntryPoint": true, |
| 4 | + "preserveCompilationContext": true |
| 5 | + }, |
| 6 | + |
| 7 | + "runtimeOptions": { |
| 8 | + "gcServer": true |
| 9 | + }, |
6 | 10 |
|
7 | 11 | "dependencies": {
|
8 |
| - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-20581", |
9 |
| - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-20581", |
10 |
| - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20581", |
11 |
| - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-20581", |
12 |
| - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-20581", |
13 |
| - "Microsoft.Extensions.Logging": "1.0.0-rc2-20581", |
14 |
| - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20581", |
15 |
| - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-20581", |
16 |
| - "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-rc2-20581", |
| 12 | + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", |
| 13 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", |
| 14 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", |
| 15 | + "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", |
| 16 | + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", |
| 17 | + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", |
| 18 | + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", |
| 19 | + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", |
| 20 | + "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-rc2-final", |
17 | 21 | "Microsoft.NETCore.App": {
|
18 | 22 | "type": "platform",
|
19 |
| - "version": "1.0.0-rc2-24008" |
| 23 | + "version": "1.0.0-rc2-3002702" |
20 | 24 | }
|
21 | 25 | },
|
22 | 26 |
|
23 |
| - "frameworks": { |
24 |
| - "netcoreapp1.0": { |
25 |
| - "imports": [ |
26 |
| - "dotnet5.6", |
27 |
| - "dnxcore50", |
28 |
| - "portable-net45+win8" |
29 |
| - ] |
30 |
| - } |
31 |
| - }, |
32 |
| - |
33 |
| - "tools": { |
34 |
| - //"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-rc2-20581" |
35 |
| - }, |
| 27 | + "frameworks": { |
| 28 | + "netcoreapp1.0": { |
| 29 | + "imports": [ |
| 30 | + "dotnet5.6", |
| 31 | + "dnxcore50", |
| 32 | + "portable-net45+win8" |
| 33 | + ] |
| 34 | + } |
| 35 | + }, |
36 | 36 |
|
37 |
| - "content": [ |
38 |
| - "wwwroot", |
39 |
| - "Views", |
40 |
| - "appsettings.json", |
41 |
| - "web.config" |
42 |
| - ], |
| 37 | + "tools": { |
| 38 | + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
| 39 | + "version": "1.0.0-preview1-final", |
| 40 | + "imports": "portable-net45+win8+dnxcore50" |
| 41 | + } |
| 42 | + }, |
43 | 43 |
|
44 |
| - "exclude": [ |
45 |
| - "node_modules" |
46 |
| - ], |
| 44 | + "publishOptions": { |
| 45 | + "include": [ |
| 46 | + "wwwroot", |
| 47 | + "Views", |
| 48 | + "appsettings.json", |
| 49 | + "web.config" |
| 50 | + ] |
| 51 | + }, |
47 | 52 |
|
48 |
| - "scripts": { |
49 |
| - "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath%" ] |
50 |
| - } |
| 53 | + "scripts": { |
| 54 | + "prepublish": [ "npm install", "bower install", "gulp clean", "gulp min" ], |
| 55 | + "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath%" ] |
| 56 | + } |
51 | 57 | }
|
0 commit comments