Altinn / altinn-accesstoken

Client and server libraries for simple authorization of API calls
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Ensure that AccessToken libraries can be used by dotnet 8 applications #74

Closed SandGrainOne closed 9 months ago

SandGrainOne commented 10 months ago

Description

Update libraries and workflows to target dotnet 8 while keeping the support for dotnet 6.

Additional Information

Not sure if explicit support for dotnet 8 is needed. A dotnet 8 application can probably use a library targeting dotnet 6.

Tasks

No response

Acceptance Criterias

No response

SandGrainOne commented 9 months ago

The changes have been verified in dotnet 7 and dotnet 8 applications.