alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Cannot update to 4.4.0 because of a constraint: System.Net.Http.WinHttpHandler (= 5.0.0)'. #127

Closed tom-andraszek closed 6 months ago

tom-andraszek commented 7 months ago

Describe the bug Getting an error in Visual Studio 2022 when trying to update the dotAPNS NuGet package from 4.2.0 to 4.4.0: Unable to resolve dependencies. 'System.Net.Http.WinHttpHandler 8.0.0' is not compatible with 'dotAPNS 4.4.0 constraint: System.Net.Http.WinHttpHandler (= 5.0.0)'.

AnisTigrini commented 7 months ago

You should maybe try updating to 4.2.1 or 4.3.0 to see wich relase is causing the problem. 4.4.0 is only code changes and has not package upgrade. Looks like he droped support for netcoreapp 3.0 in relase 4.3.0 so you might need to update your project dotnet version.

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

alexalok commented 6 months ago

fixed in v4.4.1