Upgrading from 5.x of Fhi.HelseId - FHIDev/fhi.helseid GitHub Wiki
Upgrade to version 6.0
In Version 6 we decided to split the Fhi.HelseId package in two packages. This means there is no version 6.x and newer of the Fhi.HelseId nuget package. If you're upgrading you need to do some changes in your code, and most of this should be adjusting namespaces. In most cases you will delete more than you add, but you need to be aware of the changes.
If you have a web application with a user login:
Replace the Fhi.HelseId NuGet package with Fhi.HelseId.Web. See Web Backend.
If you have a pure API backend:
Replace the Fhi.HelseId NuGet package with Fhi.HelseId.Api. See Api.