mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #1049] [MERGED] Drop .NET 6, .NET Standard 2.0, .NET 4.8.1, add .NET 10 support #1467
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?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/1049
Author: @Copilot
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @adamhathcock
Base:
master← Head:copilot/drop-dotnet-6-support📝 Commits (5)
1993673Initial plan131bd2bDrop .NET 6 support and add .NET 10 support8af4754Fix .NET 10.0 formatting in README5aa216bRemove netstandard2.0 and net481 targets, keep net48, net8.0, net10.0d34a47cupdate dependencies📊 Changes
13 files changed (+107 additions, -271 deletions)
View changed files
📝
.github/workflows/dotnetcore.yml(+1 -1)📝
Directory.Packages.props(+4 -4)📝
README.md(+1 -1)📝
build/build.csproj(+1 -1)📝
build/packages.lock.json(+1 -1)📝
global.json(+1 -1)📝
src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs(+20 -4)📝
src/SharpCompress/SharpCompress.csproj(+8 -10)📝
src/SharpCompress/packages.lock.json(+21 -211)📝
tests/SharpCompress.Performance/SharpCompress.Performance.csproj(+1 -1)📝
tests/SharpCompress.Performance/packages.lock.json(+1 -1)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+2 -2)📝
tests/SharpCompress.Test/packages.lock.json(+45 -33)📄 Description
.NET 6 reached end-of-life November 2024. This updates target frameworks to drop net6.0, netstandard2.0, and net481, and add net10.0.
Target Frameworks
net48;net8.0;net10.0(removed net6.0, netstandard2.0, net481)SDK & CI
.NET 10 Compatibility Fix
Rfc2898DeriveBytesconstructor is obsolete in .NET 10 (SYSLIB0060). Updated to use staticPbkdf2method:Package Updates
Microsoft.NET.ILLink.Tasks: 8.0.21 → 10.0.0
Fixes adamhathcock/sharpcompress#1048
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.