|
9 | 9 | },
|
10 | 10 |
|
11 | 11 | "dependencies": {
|
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", |
| 12 | + "Microsoft.AspNetCore.Mvc": "1.0.0", |
| 13 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
| 14 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", |
| 15 | + "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", |
| 16 | + "Microsoft.Extensions.Configuration.Json": "1.0.0", |
| 17 | + "Microsoft.Extensions.Logging": "1.0.0", |
| 18 | + "Microsoft.Extensions.Logging.Console": "1.0.0", |
| 19 | + "Microsoft.Extensions.Logging.Debug": "1.0.0", |
| 20 | + "Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0", |
21 | 21 | "Microsoft.NETCore.App": {
|
22 | 22 | "type": "platform",
|
23 |
| - "version": "1.0.0-rc2-3002702" |
| 23 | + "version": "1.0.0" |
24 | 24 | }
|
25 | 25 | },
|
26 | 26 |
|
|
36 | 36 |
|
37 | 37 | "tools": {
|
38 | 38 | "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
39 |
| - "version": "1.0.0-preview1-final", |
| 39 | + "version": "1.0.0-preview2-final", |
40 | 40 | "imports": "portable-net45+win8+dnxcore50"
|
41 | 41 | }
|
42 | 42 | },
|
|
0 commit comments