alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Fix compile error by pinning JWT more precisely #136

Closed klssmith closed 3 years ago

klssmith commented 3 years ago

This fixes the issue introduced in version 3.0.0. Version 3.0.0 allowed the JWT dependency to be version 6.x or 7.x, however version 7.0 introduced a breaking change which meant that the project would not compile.

TODO: look at why the integration tests did appear to pass with version 7.x before.