mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #1093] [MERGED] Add back System.Buffers and System.Memory to central package management #1519
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/1093
Author: @Copilot
Created: 12/30/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @adamhathcock
Base:
adam/update-deps2← Head:copilot/sub-pr-1091📝 Commits (2)
5e3f01dInitial plan128c9e6Add back System.Buffers and System.Memory packages📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
Directory.Packages.props(+2 -0)📄 Description
The dependency update removed
System.BuffersandSystem.MemoryfromDirectory.Packages.props, but these packages are still referenced bySharpCompress.csprojfor .NET Framework 4.8 targets, causing build failures.Changes
System.Buffers4.6.1 toDirectory.Packages.propsSystem.Memory4.6.3 toDirectory.Packages.propsVersions were set to satisfy transitive dependency constraints from
System.Text.Encoding.CodePages10.0.0, which requiresSystem.Memory >= 4.6.3andSystem.Buffers >= 4.6.1.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.