|
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.Logging": "1.0.0-rc2-final", |
14 | | - "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", |
15 | | - "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final", |
16 | | - "Microsoft.Extensions.Options": "1.0.0-rc2-final", |
17 | | - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-rc2-final", |
| 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.Logging": "1.0.0", |
| 14 | + "Microsoft.Extensions.Logging.Console": "1.0.0", |
| 15 | + "Microsoft.Extensions.Logging.Debug": "1.0.0", |
| 16 | + "Microsoft.Extensions.Options": "1.0.0", |
| 17 | + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", |
18 | 18 | "GeekLearning.Storage": "*", |
19 | 19 | "GeekLearning.Storage.Azure": "*", |
20 | | - "GeekLearning.Storage.FileSystem": "*" |
| 20 | + "GeekLearning.Storage.FileSystem": "*", |
| 21 | + "GeekLearning.Storage.FileSystem.Server": "*" |
21 | 22 | }, |
22 | 23 |
|
23 | 24 | "tools": { |
24 | | - "Microsoft.AspNetCore.Server.IISIntegration.Tools": { |
25 | | - "version": "1.0.0-preview1-final", |
26 | | - "imports": "portable-net45+win8+dnxcore50" |
27 | | - } |
| 25 | + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" |
28 | 26 | }, |
29 | 27 |
|
30 | 28 | "frameworks": { |
31 | 29 | "netcoreapp1.0": { |
32 | 30 | "imports": [ |
33 | 31 | "dotnet5.6", |
34 | | - "dnxcore50", |
35 | 32 | "portable-net45+win8" |
36 | 33 | ] |
37 | 34 | } |
|
43 | 40 | }, |
44 | 41 |
|
45 | 42 | "runtimeOptions": { |
46 | | - "gcServer": true |
| 43 | + "configProperties": { |
| 44 | + "System.GC.Server": true |
| 45 | + } |
47 | 46 | }, |
48 | 47 |
|
49 | 48 | "publishOptions": { |
|
0 commit comments