|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | 3 | "Microsoft.NETCore.App": { |
4 | | - "version": "1.0.0-rc2-3002702", |
| 4 | + "version": "1.0.0", |
5 | 5 | "type": "platform" |
6 | 6 | }, |
7 | | - "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", |
8 | | - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", |
9 | | - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", |
10 | | - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", |
11 | | - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final", |
12 | | - "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", |
13 | | - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", |
14 | | - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", |
15 | | - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", |
16 | | - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", |
17 | | - "GeekLearning.Storage.FileSystem": "0.2.0", |
18 | | - "GeekLearning.Storage.Azure": "0.2.0", |
| 7 | + "Microsoft.AspNetCore.Mvc": "1.0.0", |
| 8 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
| 9 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", |
| 10 | + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
| 11 | + "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", |
| 12 | + "Microsoft.Extensions.Configuration.Json": "1.0.0", |
| 13 | + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", |
| 14 | + "Microsoft.Extensions.Logging": "1.0.0", |
| 15 | + "Microsoft.Extensions.Logging.Console": "1.0.0", |
| 16 | + "Microsoft.Extensions.Logging.Debug": "1.0.0", |
| 17 | + "GeekLearning.Storage.FileSystem": "0.3.0-*", |
| 18 | + "GeekLearning.Storage.Azure": "0.3.0-*", |
19 | 19 | "GeekLearning.Templating": "*", |
20 | 20 | "GeekLearning.Templating.Handlebars": "*", |
21 | 21 | "GeekLearning.Templating.Mustache": "*" |
22 | 22 | }, |
23 | 23 |
|
24 | 24 | "tools": { |
25 | | - "Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
26 | | - "version": "1.0.0-preview1-final", |
27 | | - "imports": "portable-net45+win8+dnxcore50" |
28 | | - } |
| 25 | + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" |
29 | 26 | }, |
30 | 27 |
|
31 | 28 | "frameworks": { |
32 | 29 | "netcoreapp1.0": { |
33 | 30 | "imports": [ |
34 | 31 | "dotnet5.6", |
35 | | - "dnxcore50", |
36 | 32 | "portable-net45+win8" |
37 | 33 | ] |
38 | 34 | } |
|
44 | 40 | }, |
45 | 41 |
|
46 | 42 | "runtimeOptions": { |
47 | | - "gcServer": true |
| 43 | + "configProperties": { |
| 44 | + "System.GC.Server": true |
| 45 | + } |
48 | 46 | }, |
49 | 47 |
|
50 | 48 | "publishOptions": { |
|
0 commit comments