11{
2- "version" : " 1.0.0-*" ,
3- "dependencies" : {
4- "Microsoft.Framework.Configuration.Abstractions" : " 1.0.0-*" ,
5- "Microsoft.Framework.Configuration.Binder" : " 1.0.0-*" ,
6- "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-*" ,
7- "Microsoft.Framework.NotNullAttribute.Sources" : { "type" : " build" , "version" : " 1.0.0-*" }
8- },
9- "repository" : {
10- "type" : " git" ,
11- "url" : " https://github.com/aspnet/options"
12- },
13- "frameworks" : {
14- "net45" : { },
15- "dnx451" : { },
16- "dotnet" : {
17- "dependencies" : {
18- "System.ComponentModel" : " 4.0.1-beta-*" ,
19- "System.Diagnostics.Debug" : " 4.0.11-beta-*" ,
20- "System.Globalization" : " 4.0.11-beta-*" ,
21- "System.Linq" : " 4.0.1-beta-*" ,
22- "System.Linq.Expressions" : " 4.0.11-beta-*" ,
23- "System.Reflection" : " 4.0.10-*" ,
24- "System.Reflection.TypeExtensions" : " 4.0.1-beta-*" ,
25- "System.Resources.ResourceManager" : " 4.0.1-beta-*" ,
26- "System.Runtime" : " 4.0.21-beta-*" ,
27- "System.Runtime.Extensions" : " 4.0.11-beta-*" ,
28- "System.Threading" : " 4.0.11-beta-*"
29- }
2+ "version" : " 1.0.0-beta7" ,
3+ "dependencies" : {
4+ "Microsoft.Framework.Configuration.Abstractions" : " 1.0.0-beta7" ,
5+ "Microsoft.Framework.Configuration.Binder" : " 1.0.0-beta7" ,
6+ "Microsoft.Framework.DependencyInjection.Abstractions" : " 1.0.0-beta7" ,
7+ "Microsoft.Framework.NotNullAttribute.Sources" : {
8+ "type" : " build" ,
9+ "version" : " 1.0.0-beta7"
10+ }
11+ },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " https://github.com/aspnet/options"
15+ },
16+ "frameworks" : {
17+ "net45" : {},
18+ "dnx451" : {},
19+ "dotnet" : {
20+ "dependencies" : {
21+ "System.ComponentModel" : " 4.0.1-beta-23225" ,
22+ "System.Diagnostics.Debug" : " 4.0.11-beta-23225" ,
23+ "System.Globalization" : " 4.0.11-beta-23225" ,
24+ "System.Linq" : " 4.0.1-beta-23225" ,
25+ "System.Linq.Expressions" : " 4.0.11-beta-23225" ,
26+ "System.Reflection" : " 4.1.0-beta-23225" ,
27+ "System.Reflection.TypeExtensions" : " 4.0.1-beta-23225" ,
28+ "System.Resources.ResourceManager" : " 4.0.1-beta-23225" ,
29+ "System.Runtime" : " 4.0.21-beta-23225" ,
30+ "System.Runtime.Extensions" : " 4.0.11-beta-23225" ,
31+ "System.Threading" : " 4.0.11-beta-23225"
32+ }
33+ }
3034 }
31- }
32- }
35+ }
0 commit comments