simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
683 stars 90 forks source link

Upgrade to dotnet 8 #713

Closed LazaroOnline closed 4 weeks ago

LazaroOnline commented 3 months ago

At the moment the latest v4.0.7 uses dotnet 7 for some of the packages like: "SimpleIdServer.Scim.Swashbuckle", "SimpleIdServer.Scim.Persistence.EF" and others.

Dotnet 7 not being a long-term-supported version, is not available for some scenarios like AWS Lambdas (not containerized) and other services. Adding support to dotnet 8 (by upgrading) would enable users of SimpleIdServer using those services that require LTS to upgrade to the latest version instead of being stuck with v4.0.3 that is the latest release for dotnet 6.

simpleidserver commented 3 months ago

We are considering migrating to version 8.0 soon, after the release of 4.0.8.

simpleidserver commented 4 weeks ago

@LazaroOnline : The SCIM project version 5.0.0 is available, and it is using .NET 8.0.