-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore .NET 8 LTS Support for UA-.NETStandard Stack #2940
Comments
Fully agree, below just to picture the issue with For .NET 8, |
According to Nuget.org, logging.abstractions 9.0 supports all other frameworks including net8.0: https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/#dependencies-body-tab |
True, but you are still forcing users to bump Like @BoBiene mentions, we develop industrial applications where can't just bump dependencies at will. |
Type of issue
Current Behavior
With the introduction of .NET 9 support in PR #2865, .NET 8 support has been removed. This is problematic as .NET 8 is the current Long-Term Support (LTS) framework. Additionally, the .NET 9 assemblies are not backward-compatible, leaving users relying on LTS policies without a supported option.
Expected Behavior
.NET 8 support should be retained alongside .NET 9 to ensure compatibility with LTS requirements, especially for industrial applications where LTS frameworks are mandated by organizational policies.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: