12
12
]
13
13
}
14
14
},
15
- "dependencies" : {
16
- },
15
+ "dependencies" : {},
17
16
"frameworks" : {
18
17
"net451" : {},
19
18
/*
32
31
*/
33
32
"netstandard1.5" : {
34
33
"buildOptions" : {
35
- "define" : [ " CORECLR" ]
34
+ "define" : [
35
+ " CORECLR"
36
+ ]
36
37
},
37
- "imports" : [" dnxcore50" , " portable-net45+win81" ],
38
+ "imports" : [
39
+ " dnxcore50" ,
40
+ " portable-net45+win81"
41
+ ],
38
42
"dependencies" : {
39
- "NETStandard.Library" : " 1.6.0" ,
40
- "System.Net.Security" : " 4.0.0" ,
41
- "System.Net.NameResolution" : " 4.0.0" ,
42
- "System.Threading.Thread" : " 4.0.0"
43
+ "System.Collections.Concurrent" : " 4.0.12" ,
44
+ "System.Console" : " 4.0.0" ,
45
+ "System.Diagnostics.Debug" : " 4.0.11" ,
46
+ "System.IO" : " 4.1.0" ,
47
+ "System.Linq" : " 4.1.0" ,
48
+ "System.Net.NameResolution" : " 4.0.0" ,
49
+ "System.Net.Security" : " 4.0.0" ,
50
+ "System.Net.Sockets" : " 4.1.0" ,
51
+ "System.Reflection.Extensions" : " 4.0.1" ,
52
+ "System.Runtime.Extensions" : " 4.1.0" ,
53
+ "System.Runtime.InteropServices" : " 4.1.0" ,
54
+ "System.Text.RegularExpressions" : " 4.1.0" ,
55
+ "System.Threading" : " 4.0.11" ,
56
+ "System.Threading.Thread" : " 4.0.0" ,
57
+ "System.Threading.Timer" : " 4.0.1"
43
58
}
44
59
}
45
60
}
46
- }
61
+ }
0 commit comments