mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #12] Added .NET 2.0 version (with LinqBridge) #786
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.