11{
2+ "buildOptions" : {
3+ "emitEntryPoint" : true ,
4+ "preserveCompilationContext" : true ,
5+ "debugType" : " portable"
6+ },
27 "dependencies" : {
38 "Microsoft.NETCore.App" : {
4- "version" : " 1.0.1 " ,
9+ "version" : " 1.1.0 " ,
510 "type" : " platform"
611 },
7- "Microsoft.AspNetCore.Mvc" : " 1.0.1 " ,
8- "Microsoft.AspNetCore.Diagnostics" : " 1.0 .0" ,
9- "Microsoft.AspNetCore.Diagnostics.Abstractions" : " 1.0 .0" ,
10- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0 .0" ,
11- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.1 " ,
12- "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.0 .0" ,
13- "Microsoft.Extensions.Configuration.FileExtensions" : " 1.0 .0" ,
14- "Microsoft.Extensions.Configuration.UserSecrets" : " 1.0 .0" ,
15- "Microsoft.Extensions.Configuration.Json" : " 1.0 .0" ,
16- "Microsoft.Extensions.Logging" : " 1.0 .0" ,
17- "Microsoft.Extensions.Logging.Console" : " 1.0 .0" ,
18- "Microsoft.Extensions.Logging.Debug" : " 1.0 .0" ,
19- "Microsoft.Extensions.Options.ConfigurationExtensions" : " 1.0 .0" ,
20- "Microsoft.EntityFrameworkCore" : " 1.0.1 " ,
21- "Microsoft.EntityFrameworkCore.Relational" : " 1.0.1 " ,
22- "Microsoft.EntityFrameworkCore.SqlServer" : " 1.0.1 " ,
23- "Microsoft.EntityFrameworkCore.Design" : " 1.0.0-preview2-final " ,
12+ "Microsoft.AspNetCore.Mvc" : " 1.1.0 " ,
13+ "Microsoft.AspNetCore.Diagnostics" : " 1.1 .0" ,
14+ "Microsoft.AspNetCore.Diagnostics.Abstractions" : " 1.1 .0" ,
15+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1 .0" ,
16+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0 " ,
17+ "Microsoft.Extensions.Configuration.EnvironmentVariables" : " 1.1 .0" ,
18+ "Microsoft.Extensions.Configuration.FileExtensions" : " 1.1 .0" ,
19+ "Microsoft.Extensions.Configuration.UserSecrets" : " 1.1 .0" ,
20+ "Microsoft.Extensions.Configuration.Json" : " 1.1 .0" ,
21+ "Microsoft.Extensions.Logging" : " 1.1 .0" ,
22+ "Microsoft.Extensions.Logging.Console" : " 1.1 .0" ,
23+ "Microsoft.Extensions.Logging.Debug" : " 1.1 .0" ,
24+ "Microsoft.Extensions.Options.ConfigurationExtensions" : " 1.1 .0" ,
25+ "Microsoft.EntityFrameworkCore" : " 1.1.0 " ,
26+ "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0 " ,
27+ "Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0 " ,
28+ "Microsoft.EntityFrameworkCore.Design" : " 1.1.0 " ,
2429 "Swashbuckle" : " 6.0.0-beta902"
2530 },
26- "tools" : {
27- "Microsoft.EntityFrameworkCore.Tools" : " 1.0.0-preview2-final"
28- },
2931 "frameworks" : {
30- "netcoreapp1.0 " : {
32+ "netcoreapp1.1 " : {
3133 "imports" : [
3234 " dotnet5.6" ,
3335 " portable-net45+win8"
3436 ]
3537 }
3638 },
37- "buildOptions" : {
38- "emitEntryPoint" : true ,
39- "preserveCompilationContext" : true ,
40- "debugType" : " portable"
41- },
42- "runtimeOptions" : {
43- "configProperties" : {
44- "System.GC.Server" : true
45- }
46- },
4739 "publishOptions" : {
4840 "include" : [
4941 " wwwroot" ,
5648 " Dockerfile"
5749 ]
5850 },
51+ "runtimeOptions" : {
52+ "configProperties" : {
53+ "System.GC.Server" : true
54+ }
55+ },
5956 "scripts" : {},
57+ "tools" : {
58+ "Microsoft.EntityFrameworkCore.Tools" : " 1.1.0-preview4-final"
59+ },
6060 "userSecretsId" : " aspnet-Catalog.API-20161122013618"
6161}
0 commit comments