|
15 | 15 |
|
16 | 16 | "dependencies": {
|
17 | 17 | "Microsoft.NETCore.App": {
|
18 |
| - "version": "1.0.1", |
| 18 | + "version": "1.1.0", |
19 | 19 | "type": "platform"
|
20 | 20 | },
|
21 |
| - "Microsoft.AspNetCore.AngularServices": "1.0.0-*", |
22 |
| - "Microsoft.AspNetCore.Diagnostics": "1.0.0", |
23 |
| - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", |
24 |
| - "Microsoft.AspNetCore.Mvc": "1.0.1", |
| 21 | + "Microsoft.AspNetCore.AngularServices": "1.1.0-*", |
| 22 | + "Microsoft.AspNetCore.Diagnostics": "1.1.0", |
| 23 | + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0", |
| 24 | + "Microsoft.AspNetCore.Mvc": "1.1.0", |
25 | 25 | "Microsoft.AspNetCore.Razor.Tools": {
|
26 | 26 | "version": "1.0.0-preview2-final",
|
27 | 27 | "type": "build"
|
28 | 28 | },
|
29 |
| - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
30 |
| - "Microsoft.AspNetCore.Server.Kestrel": "1.0.1", |
31 |
| - "Microsoft.AspNetCore.StaticFiles": "1.0.0", |
32 |
| - "Microsoft.EntityFrameworkCore.SQLite": "1.0.0", |
33 |
| - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", |
34 |
| - "Microsoft.Extensions.Configuration.Json": "1.0.0", |
35 |
| - "Microsoft.Extensions.Configuration.CommandLine": "1.0.0", |
36 |
| - "Microsoft.Extensions.Logging": "1.0.0", |
37 |
| - "Microsoft.Extensions.Logging.Console": "1.0.0", |
38 |
| - "Microsoft.Extensions.Logging.Debug": "1.0.0", |
39 |
| - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", |
| 29 | + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", |
| 30 | + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", |
| 31 | + "Microsoft.AspNetCore.StaticFiles": "1.1.0", |
| 32 | + "Microsoft.EntityFrameworkCore.SQLite": "1.1.0", |
| 33 | + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", |
| 34 | + "Microsoft.Extensions.Configuration.Json": "1.1.0", |
| 35 | + "Microsoft.Extensions.Configuration.CommandLine": "1.1.0", |
| 36 | + "Microsoft.Extensions.Logging": "1.1.0", |
| 37 | + "Microsoft.Extensions.Logging.Console": "1.1.0", |
| 38 | + "Microsoft.Extensions.Logging.Debug": "1.1.0", |
| 39 | + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", |
40 | 40 | "AutoMapper": "5.0.2"
|
41 | 41 | },
|
42 | 42 |
|
|
47 | 47 | },
|
48 | 48 |
|
49 | 49 | "frameworks": {
|
50 |
| - "netcoreapp1.0": { |
| 50 | + "netcoreapp1.1": { |
51 | 51 | "imports": [
|
52 | 52 | "dotnet5.6",
|
53 | 53 | "portable-net45+win8"
|
|
0 commit comments