[PR #559] [MERGED] Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only #1090

Closed
opened 2026-01-29 22:18:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/559
Author: @adamhathcock
Created: 1/9/2021
Status: Merged
Merged: 1/9/2021
Merged by: @adamhathcock

Base: masterHead: net5


📝 Commits (3)

  • 147be6e Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only
  • 57e4395 Merge branch 'master' into net5
  • 7edc437 formatting

📊 Changes

13 files changed (+43 additions, -55 deletions)

View changed files

📝 .github/workflows/dotnetcore.yml (+1 -1)
📝 build/Program.cs (+13 -13)
📝 build/build.csproj (+3 -3)
📝 global.json (+1 -1)
📝 src/SharpCompress/Algorithms/Alder32.cs (+4 -4)
📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+1 -2)
📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+4 -1)
📝 src/SharpCompress/Common/Zip/ZipFilePart.cs (+1 -1)
📝 src/SharpCompress/Common/Zip/ZipHeaderFactory.cs (+1 -1)
📝 src/SharpCompress/Compressors/BZip2/CBZip2OutputStream.cs (+2 -16)
📝 src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs (+6 -2)
📝 src/SharpCompress/SharpCompress.csproj (+4 -8)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/559 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/9/2021 **Status:** ✅ Merged **Merged:** 1/9/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `net5` --- ### 📝 Commits (3) - [`147be6e`](https://github.com/adamhathcock/sharpcompress/commit/147be6e6e11c2eecdb96295ba4e162e13b7e3ce8) Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only - [`57e4395`](https://github.com/adamhathcock/sharpcompress/commit/57e4395e7da9c0500c8dd9cb3b042c6cd1097aa1) Merge branch 'master' into net5 - [`7edc437`](https://github.com/adamhathcock/sharpcompress/commit/7edc437df24217051f2ef822757da5c930cb8fb2) formatting ### 📊 Changes **13 files changed** (+43 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnetcore.yml` (+1 -1) 📝 `build/Program.cs` (+13 -13) 📝 `build/build.csproj` (+3 -3) 📝 `global.json` (+1 -1) 📝 `src/SharpCompress/Algorithms/Alder32.cs` (+4 -4) 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+1 -2) 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+4 -1) 📝 `src/SharpCompress/Common/Zip/ZipFilePart.cs` (+1 -1) 📝 `src/SharpCompress/Common/Zip/ZipHeaderFactory.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/BZip2/CBZip2OutputStream.cs` (+2 -16) 📝 `src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs` (+6 -2) 📝 `src/SharpCompress/SharpCompress.csproj` (+4 -8) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1090