.NET Core (NET Standard) only #368

Closed
opened 2026-01-29 22:10:45 +00:00 by claunia · 1 comment
Owner

Originally created by @adamhathcock on GitHub (Aug 20, 2019).

As full framework is getting left behind (e.g. with the news of .NET 4.8 and .NET 5) I probably only want to support .NET Standard 2.0 and higher.

netstandard20 should cover the last version of the full framework fully and can add in .NET Core 2.1+ specific things under netstandard21 or a netcoreapp version.

Probably allows for #112 and #233

Originally created by @adamhathcock on GitHub (Aug 20, 2019). As full framework is getting left behind (e.g. with the news of .NET 4.8 and .NET 5) I probably only want to support .NET Standard 2.0 and higher. `netstandard20` should cover the last version of the full framework fully and can add in .NET Core 2.1+ specific things under `netstandard21` or a `netcoreapp` version. Probably allows for #112 and #233
claunia added the enhancementquestionfeedback requested labels 2026-01-29 22:10:45 +00:00
Author
Owner

@adamhathcock commented on GitHub (Oct 10, 2019):

Support for net46 kept

@adamhathcock commented on GitHub (Oct 10, 2019): Support for `net46` kept
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#368