The name of the api-client-shared dependency changed to Digipost.Api.Client.Shared when version 5 was released. This might cause som issues when using several libraries who depend on different versions of that dependency. Version 4 and version 7 should be more or less interchangable as they are both written i .Net-standard.
This PR simply tries using v. 4 of api-client-shared to make version of this library that can operate smoothly with other libraries that depend on that version, e.g. Digipost.Signature.Api.Client and difi-oppslagstjeneste-klient
The name of the
api-client-shared
dependency changed toDigipost.Api.Client.Shared
when version 5 was released. This might cause som issues when using several libraries who depend on different versions of that dependency. Version 4 and version 7 should be more or less interchangable as they are both written i .Net-standard.This PR simply tries using v. 4 of
api-client-shared
to make version of this library that can operate smoothly with other libraries that depend on that version, e.g.Digipost.Signature.Api.Client
anddifi-oppslagstjeneste-klient