NikiforovAll / keycloak-authorization-services-dotnet

Authentication and Authorization with Keycloak and ASP.NET Core 🔐
https://nikiforovall.github.io/keycloak-authorization-services-dotnet/
MIT License
480 stars 113 forks source link

Add .NET 8 support to samples projects #150

Closed LLDevLab closed 3 weeks ago

LLDevLab commented 3 weeks ago

Change target framework in projects from .NET 6 to .NET 8 or add it as second target framework.

LLDevLab commented 3 weeks ago

@NikiforovAll What do you think, would it be ok to change target framework of all projects to .NET8 and update nuget packaegs to latest stable version?

NikiforovAll commented 3 weeks ago

This is already supported, I think. See: https://www.nuget.org/packages/Keycloak.AuthServices.Authentication#supportedframeworks-body-tab

NikiforovAll commented 3 weeks ago

Please feel free to update sample apps and dependencies.

Ref: https://github.com/NikiforovAll/keycloak-authorization-services-dotnet/pull/148

LLDevLab commented 3 weeks ago

@NikiforovAll sorry, my bad. I've checked Visual Studio nuget search and for some reason it do not show references to .NET8:

Keycloak

But in nuget.org reference exists. Will update sample apps.