Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Last month, ASP.NET Core 2.1 was re-versioned to 2.3 by the .NET team: https://devblogs.microsoft.com/dotnet/servicing-release-advisory-aspnetcore-23/. Going forward, it is expected that security patches affecting ASP.NET Core 2.1/2.3 on .NET Framework will be released as 2.3.x packages.
Unlike the ASP.NET Core 2.1 packages that exclusively referenced the 2.1 version of the Microsoft.Extensions.* and System.* packages, the ASP.NET Core 2.3 packages now reference the 8.0.x version, which will require bumping all the Microsoft.Extensions.* and System.* dependencies referenced by OpenIddict for the .NET Framework TFMs.
While all ASP.NET Core 2.1 are expected to be able to move to 2.3 flawlessly, ASP.NET Core applications depending on the 2.2 packages will be negatively affected, as 2.3 doesn't include any of the changes introduced in 2.2: if we decide to bump the ASP.NET Core packages dependencies in OpenIddict 7.0, any application relying on 2.2-only features will stop working properly.
If you think you may be affected by this change, please post here.
Additional context
No response
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Last month, ASP.NET Core 2.1 was re-versioned to 2.3 by the .NET team: https://devblogs.microsoft.com/dotnet/servicing-release-advisory-aspnetcore-23/. Going forward, it is expected that security patches affecting ASP.NET Core 2.1/2.3 on .NET Framework will be released as 2.3.x packages.
Unlike the ASP.NET Core 2.1 packages that exclusively referenced the 2.1 version of the
Microsoft.Extensions.*andSystem.*packages, the ASP.NET Core 2.3 packages now reference the 8.0.x version, which will require bumping all theMicrosoft.Extensions.*andSystem.*dependencies referenced by OpenIddict for the .NET Framework TFMs.While all ASP.NET Core 2.1 are expected to be able to move to 2.3 flawlessly, ASP.NET Core applications depending on the 2.2 packages will be negatively affected, as 2.3 doesn't include any of the changes introduced in 2.2: if we decide to bump the ASP.NET Core packages dependencies in OpenIddict 7.0, any application relying on 2.2-only features will stop working properly.
If you think you may be affected by this change, please post here.
Additional context
No response