[PR #12] Added .NET 2.0 version (with LinqBridge) #786

Open
opened 2026-01-29 22:17:34 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/12

State: closed
Merged: Yes


I am developing a package manager called Zero Install. To ensure it runs out-of-the-box without additional dependency installations on most Windows boxes it still targets .NET 2.0.

I would like to use SharpCompress in Zero Install, so I added a project file that targets .NET 2.0.
In order to replace the missing LINQ functionality I used LinqBridge. The other compatibility changes were rather minor.

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/12 **State:** closed **Merged:** Yes --- I am developing a package manager called [Zero Install](https://github.com/0install/0install-win). To ensure it runs out-of-the-box without additional dependency installations on most Windows boxes it still targets .NET 2.0. I would like to use SharpCompress in Zero Install, so I added a project file that targets .NET 2.0. In order to replace the missing LINQ functionality I used [LinqBridge](https://code.google.com/p/linqbridge/). The other compatibility changes were rather minor.
claunia added the pull-request label 2026-01-29 22:17:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#786