SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Upgrade to dotnet 8

Open LazaroOnline opened this issue 1 year ago • 1 comments

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.

LazaroOnline avatar Mar 13 '24 04:03 LazaroOnline

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

simpleidserver avatar Mar 13 '24 20:03 simpleidserver

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

simpleidserver avatar Jun 07 '24 14:06 simpleidserver