mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #828] [MERGED] Remove ~netstandard20~ just net7.0 #1264
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/828
Author: @adamhathcock
Created: 4/11/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @adamhathcock
Base:
master← Head:remove-netstandard20📝 Commits (6)
4b9c814remove .netstandard 2.0 and clean up1115308update csharpier3e52b85Merge remote-tracking branch 'origin/master' into remove-netstandard20745fe1ereferences9d24e0aset package locks and central managementd847202add 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.