Drop .NET 6, .NET Standard 2.0, .NET 4.8.1, add .NET 10 support #737

Closed
opened 2026-01-29 22:16:37 +00:00 by claunia · 4 comments
Owner

Originally created by @adamhathcock on GitHub (Nov 29, 2025).

Originally assigned to: @Copilot on GitHub.

Now that dotnet 10 is out, dotnet 6 should be dropped.

Probably dropping net standard too?

Should double check supported frameworks against windows.

Originally created by @adamhathcock on GitHub (Nov 29, 2025). Originally assigned to: @Copilot on GitHub. Now that dotnet 10 is out, dotnet 6 should be dropped. Probably dropping net standard too? Should double check supported frameworks against windows.
Author
Owner

@Otiel commented on GitHub (Jan 8, 2026):

Is there any incentive in dropping .NET Standard 2.0?

I have a library using SharpCompress that targets .NET Standard 2.0 because I use it widely used in projects that targets .NET Framework 4.8 and .NET 8+. I cannot upgrade to the recent versions of SharpCompress because of this breaking change.

@Otiel commented on GitHub (Jan 8, 2026): Is there any incentive in dropping .NET Standard 2.0? I have a library using `SharpCompress` that targets .NET Standard 2.0 because I use it widely used in projects that targets .NET Framework 4.8 and .NET 8+. I cannot upgrade to the recent versions of `SharpCompress` because of this breaking change.
Author
Owner

@adamhathcock commented on GitHub (Jan 8, 2026):

I dropped it just to have less targets and no arguments (so far)

Adding it back appears to not be a problem since I still support legacy framework 4.8.

@adamhathcock commented on GitHub (Jan 8, 2026): I dropped it just to have less targets and no arguments (so far) Adding it back appears to not be a problem since I still support legacy framework 4.8.
Author
Owner

@adamhathcock commented on GitHub (Jan 8, 2026):

Try https://www.nuget.org/packages/SharpCompress/0.45.0-beta.10

@adamhathcock commented on GitHub (Jan 8, 2026): Try https://www.nuget.org/packages/SharpCompress/0.45.0-beta.10
Author
Owner

@Otiel commented on GitHub (Jan 8, 2026):

Thanks, that works! ❤️

@Otiel commented on GitHub (Jan 8, 2026): Thanks, that works! ❤️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#737