Open
Description
Description
Note how beta006 removed the redirects setting:
- runtime.native.System.Net.Http (4.3) - redirects: force, framework: >= net463, >= netstandard16
+ runtime.native.System.Net.Http (4.3) - restriction: || (&& (< net45) (>= netstandard16)) (&& (< net46) (>= netstandard16))
Not sure if it's a bug but this issue is a reminder to check if something broke there.