Closed therealjohn closed 6 years ago
I can confirm the issue. And I also confirm that downgrading to Microsoft.Net.Http.Headers package to 2.0.0 does work around it.
Same issue here when I try to build a XF IOS adhoc app. Downgrading Microsoft.Net.Http.Headers package to version 2.0.0 fixed the issue for me.
This issue was moved to aspnet/Home#2676
Functional impact
Adding the latest versions of this NuGet, or any NuGet that has it as a valid dependency that would pull in the latest version will cause a build failure for device builds in Xamarin.iOS projects.
Minimal repro steps
FinishedLaunching
method.Expected result
Build Success
Actual result
Build fails.
Further technical details
Attached is the full build output. fullbuildoutput.txt Downgrading to version 2.0.0 of the package works around this issue.
If this is not the correct place to file the issue, please let me know!