11{
2- "version" : " 7.0.0-*" ,
3- "description" : " Command line utilities for Entity Framework." ,
4- "repository" : {
5- "type" : " git" ,
6- "url" : " git://github.com/aspnet/entityframework"
7- },
8- "compilationOptions" : {
9- "warningsAsErrors" : true
10- },
11- "compile" : " ..\\ Shared\\ *.cs" ,
12- "exclude" : " tools\\ Handlers.cs" ,
13- "namedResource" : {
14- "EntityFramework.Commands.Strings" : " Properties/Strings.resx"
15- },
16- "dependencies" : {
17- "EntityFramework.Relational" : " 7.0.0-*" ,
18- "Microsoft.CodeAnalysis.CSharp" : " 1.1.0-beta1-*"
19- },
20- "frameworks" : {
21- "net45" : {
22- "dependencies" : {
23- "EntityFramework.Relational.Design" : " 7.0.0-*"
24- }
2+ "version" : " 7.0.0-beta7" ,
3+ "description" : " Command line utilities for Entity Framework." ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " git://github.com/aspnet/entityframework"
257 },
26- "dnx451" : {
27- "dependencies" : {
28- "EntityFramework.Relational.Design" : " 7.0.0-*" ,
29- "Microsoft.AspNet.Hosting" : " 1.0.0-*" ,
30- "Microsoft.Framework.CommandLineUtils.Sources" : { "version" : " 1.0.0-*" , "type" : " build" },
31- "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-*" ,
32- "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-*"
33- }
8+ "compilationOptions" : {
9+ "warningsAsErrors" : true
3410 },
35- "dnxcore50" : {
36- "dependencies" : {
37- "EntityFramework.Relational.Design" : " 7.0.0-*" ,
38- "Microsoft.AspNet.Hosting" : " 1.0.0-*" ,
39- "Microsoft.Framework.CommandLineUtils.Sources" : { "version" : " 1.0.0-*" , "type" : " build" },
40- "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-*" ,
41- "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-*"
42- }
11+ "compile" : " ..\\ Shared\\ *.cs" ,
12+ "exclude" : " tools\\ Handlers.cs" ,
13+ "namedResource" : {
14+ "EntityFramework.Commands.Strings" : " Properties/Strings.resx"
4315 },
44- "netcore50" : {
45- "bin" : {
46- "assembly" : " lib\\ netcore50\\ _._"
47- }
16+ "dependencies" : {
17+ "EntityFramework.Relational" : " 7.0.0-beta7" ,
18+ "Microsoft.CodeAnalysis.CSharp" : " 1.1.0-beta1-20150812-01"
19+ },
20+ "frameworks" : {
21+ "net45" : {
22+ "dependencies" : {
23+ "EntityFramework.Relational.Design" : " 7.0.0-beta7"
24+ }
25+ },
26+ "dnx451" : {
27+ "dependencies" : {
28+ "EntityFramework.Relational.Design" : " 7.0.0-beta7" ,
29+ "Microsoft.AspNet.Hosting" : " 1.0.0-beta7" ,
30+ "Microsoft.Framework.CommandLineUtils.Sources" : {
31+ "version" : " 1.0.0-beta7" ,
32+ "type" : " build"
33+ },
34+ "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-beta7" ,
35+ "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-beta7"
36+ }
37+ },
38+ "dnxcore50" : {
39+ "dependencies" : {
40+ "EntityFramework.Relational.Design" : " 7.0.0-beta7" ,
41+ "Microsoft.AspNet.Hosting" : " 1.0.0-beta7" ,
42+ "Microsoft.Framework.CommandLineUtils.Sources" : {
43+ "version" : " 1.0.0-beta7" ,
44+ "type" : " build"
45+ },
46+ "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-beta7" ,
47+ "Microsoft.Dnx.Runtime.Abstractions" : " 1.0.0-beta7"
48+ }
49+ },
50+ "netcore50" : {
51+ "bin" : {
52+ "assembly" : " lib\\ netcore50\\ _._"
53+ }
54+ }
55+ },
56+ "commands" : {
57+ "ef" : " EntityFramework.Commands"
4858 }
49- },
50- "commands" : {
51- "ef" : " EntityFramework.Commands"
52- }
53- }
59+ }
0 commit comments