[PR #828] [MERGED] Remove ~netstandard20~ just net7.0 #1264

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/828
Author: @adamhathcock
Created: 4/11/2024
Status: Merged
Merged: 4/23/2024
Merged by: @adamhathcock

Base: masterHead: remove-netstandard20


📝 Commits (6)

  • 4b9c814 remove .netstandard 2.0 and clean up
  • 1115308 update csharpier
  • 3e52b85 Merge remote-tracking branch 'origin/master' into remove-netstandard20
  • 745fe1e references
  • 9d24e0a set package locks and central management
  • d847202 add back net standard 2.0

📊 Changes

16 files changed (+869 additions, -98 deletions)

View changed files

📝 .editorconfig (+18 -7)
📝 Directory.Build.props (+2 -0)
Directory.Packages.props (+17 -0)
NuGet.config (+9 -0)
📝 README.md (+1 -1)
📝 SharpCompress.sln (+3 -0)
📝 build/build.csproj (+3 -3)
build/packages.lock.json (+25 -0)
📝 src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs (+22 -39)
📝 src/SharpCompress/Compressors/BZip2/BZip2Stream.cs (+1 -1)
📝 src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs (+0 -23)
📝 src/SharpCompress/SharpCompress.csproj (+11 -14)
src/SharpCompress/packages.lock.json (+342 -0)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+6 -9)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+1 -1)
tests/SharpCompress.Test/packages.lock.json (+408 -0)

📄 Description

Addresses #827


🔄 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/828 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 4/11/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `remove-netstandard20` --- ### 📝 Commits (6) - [`4b9c814`](https://github.com/adamhathcock/sharpcompress/commit/4b9c814bfce9db8c8cc4190d51403f6597f72edd) remove .netstandard 2.0 and clean up - [`1115308`](https://github.com/adamhathcock/sharpcompress/commit/11153084e2196a34e20739ad619a17be1fd54524) update csharpier - [`3e52b85`](https://github.com/adamhathcock/sharpcompress/commit/3e52b85e9d832fa0996d7a43e237ac19f8d73b1f) Merge remote-tracking branch 'origin/master' into remove-netstandard20 - [`745fe1e`](https://github.com/adamhathcock/sharpcompress/commit/745fe1eb9fad5c8ca77c677f3886e2e9172564fa) references - [`9d24e0a`](https://github.com/adamhathcock/sharpcompress/commit/9d24e0a4b860ab9f08a87a75eef759883ca2341e) set package locks and central management - [`d847202`](https://github.com/adamhathcock/sharpcompress/commit/d84720230880be569af3b83e4f9b84d7d4462141) add back net standard 2.0 ### 📊 Changes **16 files changed** (+869 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+18 -7) 📝 `Directory.Build.props` (+2 -0) ➕ `Directory.Packages.props` (+17 -0) ➕ `NuGet.config` (+9 -0) 📝 `README.md` (+1 -1) 📝 `SharpCompress.sln` (+3 -0) 📝 `build/build.csproj` (+3 -3) ➕ `build/packages.lock.json` (+25 -0) 📝 `src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs` (+22 -39) 📝 `src/SharpCompress/Compressors/BZip2/BZip2Stream.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs` (+0 -23) 📝 `src/SharpCompress/SharpCompress.csproj` (+11 -14) ➕ `src/SharpCompress/packages.lock.json` (+342 -0) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+6 -9) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+1 -1) ➕ `tests/SharpCompress.Test/packages.lock.json` (+408 -0) </details> ### 📄 Description Addresses #827 --- <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:19:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1264