Skip to content

Update the .NET Framework/.NET Standard TFMs to reference ASP.NET Core/Entity Framework Core 2.3 and the .NET Extensions version 8.0 #2262

Description

@kevinchalet

Confirm you've already contributed to this project or that you sponsor it

  • I confirm I'm a sponsor or a contributor

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions