File tree 7 files changed +35
-16
lines changed
Microsoft.AspNetCore.Http
Microsoft.AspNetCore.Http.Abstractions
Microsoft.AspNetCore.Http.Extensions
Microsoft.AspNetCore.Http.Features
Microsoft.AspNetCore.Owin
Microsoft.AspNetCore.WebUtilities
7 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 28
28
"version" : " 1.1.0-*" ,
29
29
"type" : " build"
30
30
},
31
- "NETStandard.Library" : " 1.6.1-*" ,
32
31
"System.Text.Encodings.Web" : " 4.3.0-*"
33
32
},
34
33
"frameworks" : {
41
40
},
42
41
"netstandard1.3" : {
43
42
"dependencies" : {
43
+ "NETStandard.Library" : " 1.6.1-*" ,
44
44
"System.Globalization.Extensions" : " 4.3.0-*" ,
45
45
"System.Reflection.TypeExtensions" : " 4.3.0-*"
46
46
}
Original file line number Diff line number Diff line change 22
22
"Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0-*" ,
23
23
"Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0-*" ,
24
24
"Microsoft.Net.Http.Headers" : " 1.1.0-*" ,
25
- "NETStandard.Library" : " 1.6.1-*" ,
26
25
"System.Buffers" : " 4.3.0-*"
27
26
},
28
27
"frameworks" : {
29
28
"net451" : {},
30
- "netstandard1.3" : {}
29
+ "netstandard1.3" : {
30
+ "dependencies" : {
31
+ "NETStandard.Library" : " 1.6.1-*"
32
+ }
33
+ }
31
34
}
32
35
}
Original file line number Diff line number Diff line change 19
19
"xmlDoc" : true
20
20
},
21
21
"dependencies" : {
22
- "Microsoft.Extensions.Primitives" : " 1.1.0-*" ,
23
- "NETStandard.Library" : " 1.6.1-*"
22
+ "Microsoft.Extensions.Primitives" : " 1.1.0-*"
24
23
},
25
24
"frameworks" : {
26
25
"net451" : {},
29
28
"System.ComponentModel" : " 4.3.0-*" ,
30
29
"System.Net.WebSockets" : " 4.3.0-*" ,
31
30
"System.Security.Claims" : " 4.3.0-*" ,
32
- "System.Security.Principal" : " 4.3.0-*"
31
+ "System.Security.Principal" : " 4.3.0-*" ,
32
+ "NETStandard.Library" : " 1.6.1-*"
33
33
}
34
34
}
35
35
}
Original file line number Diff line number Diff line change 29
29
"type" : " build"
30
30
},
31
31
"Microsoft.Net.Http.Headers" : " 1.1.0-*" ,
32
- "NETStandard.Library" : " 1.6.1-*" ,
33
32
"System.Buffers" : " 4.3.0-*"
34
33
},
35
34
"frameworks" : {
36
35
"net451" : {},
37
- "netstandard1.3" : {}
36
+ "netstandard1.3" : {
37
+ "dependencies" : {
38
+ "NETStandard.Library" : " 1.6.1-*"
39
+ }
40
+ }
38
41
}
39
42
}
Original file line number Diff line number Diff line change 25
25
"Microsoft.Extensions.TaskCache.Sources" : {
26
26
"version" : " 1.1.0-*" ,
27
27
"type" : " build"
28
- },
29
- "NETStandard.Library" : " 1.6.1-*"
28
+ }
30
29
},
31
30
"frameworks" : {
32
31
"net451" : {},
33
- "netstandard1.3" : {}
32
+ "netstandard1.3" : {
33
+ "dependencies" : {
34
+ "NETStandard.Library" : " 1.6.1-*"
35
+ }
36
+ }
34
37
}
35
38
}
Original file line number Diff line number Diff line change 28
28
"version" : " 1.1.0-*"
29
29
},
30
30
"Microsoft.Net.Http.Headers" : " 1.1.0-*" ,
31
- "NETStandard.Library" : " 1.6.1-*" ,
32
31
"System.Buffers" : " 4.3.0-*" ,
33
32
"System.Text.Encodings.Web" : " 4.3.0-*"
34
33
},
40
39
}
41
40
}
42
41
},
43
- "netstandard1.3" : {}
42
+ "netstandard1.3" : {
43
+ "dependencies" : {
44
+ "NETStandard.Library" : " 1.6.1-*"
45
+ }
46
+ }
44
47
}
45
48
}
Original file line number Diff line number Diff line change 19
19
"xmlDoc" : true
20
20
},
21
21
"dependencies" : {
22
- "NETStandard.Library " : " 1.6.1 -*"
22
+ "System.Buffers " : " 4.3.0 -*"
23
23
},
24
24
"frameworks" : {
25
+ "net451" : {
26
+ "frameworkAssemblies" : {
27
+ "System.Runtime" : {
28
+ "type" : " build"
29
+ }
30
+ }
31
+ },
25
32
"netstandard1.1" : {
26
33
"dependencies" : {
27
- "System.Buffers " : " 4.3.0-*" ,
28
- "System.Diagnostics.Contracts " : " 4.3.0 -*"
34
+ "System.Diagnostics.Contracts " : " 4.3.0-*" ,
35
+ "NETStandard.Library " : " 1.6.1 -*"
29
36
}
30
37
}
31
38
}
You can’t perform that action at this time.
0 commit comments