This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +42
-6
lines changed
Microsoft.Framework.Logging
Microsoft.Framework.Logging.Abstractions
Microsoft.Framework.Logging.Console
Microsoft.Framework.Logging.Debug
Microsoft.Framework.Logging.TraceSource Expand file tree Collapse file tree 5 files changed +42
-6
lines changed Original file line number Diff line number Diff line change 12
12
"frameworks" : {
13
13
"net45" : { },
14
14
"dnx451" : { },
15
- "dotnet " : {
15
+ "dnxcore50 " : {
16
16
"dependencies" : {
17
17
"System.Collections" : " 4.0.11-beta-*" ,
18
18
"System.Collections.Concurrent" : " 4.0.11-beta-*" ,
23
23
"System.Runtime.Extensions" : " 4.0.11-beta-*" ,
24
24
"System.Runtime.InteropServices" : " 4.0.21-beta-*"
25
25
}
26
+ },
27
+ "dotnet" : {
28
+ "dependencies" : {
29
+ "System.Collections" : " 4.0.10" ,
30
+ "System.Collections.Concurrent" : " 4.0.10" ,
31
+ "System.Diagnostics.Debug" : " 4.0.10" ,
32
+ "System.Globalization" : " 4.0.10" ,
33
+ "System.Linq" : " 4.0.0" ,
34
+ "System.Reflection" : " 4.0.10" ,
35
+ "System.Resources.ResourceManager" : " 4.0.0" ,
36
+ "System.Runtime" : " 4.0.20" ,
37
+ "System.Runtime.Extensions" : " 4.0.10"
38
+ }
26
39
}
27
40
}
28
41
}
Original file line number Diff line number Diff line change 11
11
"frameworks" : {
12
12
"net45" : { },
13
13
"dnx451" : { },
14
- "dotnet " : {
14
+ "dnxcore50 " : {
15
15
"dependencies" : {
16
16
"System.Runtime" : " 4.0.21-beta-*" ,
17
17
"System.Console" : " 4.0.0-beta-*" ,
18
18
"System.IO" : " 4.0.11-beta-*" ,
19
19
"System.Threading" : " 4.0.11-beta-*"
20
20
}
21
+ },
22
+ "dotnet" : {
23
+ "dependencies" : {
24
+ "System.Console" : " 4.0.0-*"
25
+ }
21
26
}
22
27
}
23
28
}
Original file line number Diff line number Diff line change 13
13
},
14
14
"dnx451" : {
15
15
},
16
- "dotnet " : {
16
+ "dnxcore50 " : {
17
17
"dependencies" : {
18
18
"System.Collections" : " 4.0.11-beta-*" ,
19
19
"System.Globalization" : " 4.0.11-beta-*" ,
20
20
"System.Linq" : " 4.0.1-beta-*"
21
21
}
22
- }
22
+ },
23
+ "dotnet" : { }
23
24
}
24
25
}
Original file line number Diff line number Diff line change 20
20
"System.Collections.Concurrent" : " "
21
21
}
22
22
},
23
- "dotnet " : {
23
+ "dnxcore50 " : {
24
24
"dependencies" : {
25
25
"System.Collections.Concurrent" : " 4.0.11-beta-*" ,
26
26
"System.Collections" : " 4.0.11-beta-*" ,
29
29
"System.Linq" : " 4.0.1-beta-*" ,
30
30
"System.Threading" : " 4.0.11-beta-*"
31
31
}
32
+ },
33
+ "dotnet" : {
34
+ "dependencies" : {
35
+ "System.Diagnostics.TraceSource" : " 4.0.0-*"
36
+ }
32
37
}
33
38
}
34
39
}
Original file line number Diff line number Diff line change 25
25
"System.Collections.Concurrent" : " "
26
26
}
27
27
},
28
- "dotnet " : {
28
+ "dnxcore50 " : {
29
29
"dependencies" : {
30
30
"System.Collections.Concurrent" : " 4.0.11-beta-*" ,
31
31
"System.Collections" : " 4.0.11-beta-*" ,
34
34
"System.Linq" : " 4.0.1-beta-*" ,
35
35
"System.Threading" : " 4.0.11-beta-*"
36
36
}
37
+ },
38
+ "dotnet" : {
39
+ "dependencies" : {
40
+ "System.Collections" : " 4.0.10" ,
41
+ "System.Diagnostics.Debug" : " 4.0.10" ,
42
+ "System.Linq" : " 4.0.0" ,
43
+ "System.Resources.ResourceManager" : " 4.0.0" ,
44
+ "System.Runtime" : " 4.0.20" ,
45
+ "System.Runtime.Extensions" : " 4.0.10" ,
46
+ "System.Threading" : " 4.0.10" ,
47
+ "System.Threading.Tasks" : " 4.0.10"
48
+ }
37
49
}
38
50
}
39
51
}
You can’t perform that action at this time.
0 commit comments