|
1 | 1 | { |
2 | 2 | "version": "1.0.0-*", |
3 | | - "compilationOptions": { |
4 | | - "emitEntryPoint": true |
5 | | - }, |
6 | 3 |
|
7 | 4 | "dependencies": { |
8 | | - "Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final", |
9 | | - "Microsoft.AspNet.Mvc": "6.0.0-rc1-final", |
10 | | - "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final", |
11 | | - "Microsoft.Extensions.Configuration": "1.0.0-rc1-final", |
12 | | - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", |
13 | | - "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", |
14 | | - "RecurrentTasks": "" |
| 5 | + "Microsoft.NETCore.App": { |
| 6 | + "version": "1.0.0-rc2-3002702", |
| 7 | + "type": "platform" |
| 8 | + }, |
| 9 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", |
| 10 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", |
| 11 | + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", |
| 12 | + "Microsoft.AspNetCore.Razor.Tools": { |
| 13 | + "version": "1.0.0-preview1-final", |
| 14 | + "type": "build" |
| 15 | + }, |
| 16 | + "Microsoft.Extensions.Configuration": "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 | + "RecurrentTasks": "*" |
15 | 20 | }, |
16 | 21 |
|
17 | | - "commands": { |
18 | | - "web": "Microsoft.AspNet.Server.Kestrel" |
| 22 | + "tools": { |
| 23 | + "Microsoft.AspNetCore.Razor.Tools": { |
| 24 | + "version": "1.0.0-preview1-final", |
| 25 | + "imports": "portable-net45+win8+dnxcore50" |
| 26 | + }, |
| 27 | + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
| 28 | + "version": "1.0.0-preview1-final", |
| 29 | + "imports": "portable-net45+win8+dnxcore50" |
| 30 | + } |
19 | 31 | }, |
20 | 32 |
|
21 | 33 | "frameworks": { |
22 | | - "dnx451": { }, |
23 | | - "dnxcore50": { } |
| 34 | + "netcoreapp1.0": { |
| 35 | + "imports": [ |
| 36 | + "dotnet5.6", |
| 37 | + "dnxcore50", |
| 38 | + "portable-net45+win8" |
| 39 | + ] |
| 40 | + } |
| 41 | + }, |
| 42 | + "buildOptions": { |
| 43 | + "emitEntryPoint": true, |
| 44 | + "preserveCompilationContext": true |
24 | 45 | }, |
25 | 46 |
|
26 | | - "exclude": [ |
27 | | - "wwwroot" |
28 | | - ], |
| 47 | + "runtimeOptions": { |
| 48 | + "gcServer": true |
| 49 | + }, |
| 50 | + |
| 51 | + "publishOptions": { |
| 52 | + "include": [ |
| 53 | + "wwwroot", |
| 54 | + "Views", |
| 55 | + "web.config" |
| 56 | + ] |
| 57 | + }, |
29 | 58 |
|
30 | | - "publishExclude": [ |
31 | | - "**.user", |
32 | | - "**.vspscc" |
33 | | - ] |
| 59 | + "scripts": { |
| 60 | + "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] |
| 61 | + } |
34 | 62 | } |
0 commit comments