|
13 | 13 |
|
14 | 14 | "dependencies": { |
15 | 15 | "Microsoft.NETCore.App": { |
16 | | - "version": "1.0.0-rc2-*", |
| 16 | + "version": "1.0.0", |
17 | 17 | "type": "platform" |
18 | 18 | }, |
19 | | - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", |
20 | | - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", |
21 | | - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", |
22 | | - "Microsoft.AspNetCore.Mvc": "1.0.0-*", |
23 | | - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", |
24 | | - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", |
25 | | - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", |
26 | | - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", |
27 | | - "Microsoft.Extensions.Logging.Console": "1.0.0-*", |
28 | | - "Microsoft.NETCore.Platforms": "1.0.1-*", |
29 | | - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", |
30 | | - "Microsoft.EntityFrameworkCore.SQLite": "1.0.0-*", |
| 19 | + "Microsoft.AspNetCore.Diagnostics": "1.0.0", |
| 20 | + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", |
| 21 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
| 22 | + "Microsoft.AspNetCore.Mvc": "1.0.0", |
| 23 | + "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", |
| 24 | + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", |
| 25 | + "Microsoft.AspNetCore.StaticFiles": "1.0.0", |
| 26 | + "Microsoft.Extensions.Configuration.Json": "1.0.0", |
| 27 | + "Microsoft.Extensions.Logging.Console": "1.0.0", |
| 28 | + "Microsoft.NETCore.Platforms": "1.0.1", |
| 29 | + "Microsoft.Extensions.Logging.Debug": "1.0.0", |
| 30 | + "Microsoft.EntityFrameworkCore.SQLite": "1.0.0", |
31 | 31 | "Microsoft.AspNetCore.AngularServices": "1.0.0-*", |
32 | 32 | "AutoMapper": "4.1.1" |
33 | 33 | }, |
|
0 commit comments