mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #715] [MERGED] Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1 #1179
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/715
Author: @adamhathcock
Created: 12/20/2022
Status: ✅ Merged
Merged: 12/20/2022
Merged by: @adamhathcock
Base:
master← Head:net7📝 Commits (7)
18336c2Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1d6ac9a0Fix build2dae2b7update build targets and CI970e31acleanup and run csharpier959bbdcbig clean up7da1079csharpierb01e97bmore clean up📊 Changes
392 files changed (+54422 additions, -46092 deletions)
View changed files
📝
.config/dotnet-tools.json(+3 -3)📝
.editorconfig(+29 -15)📝
.github/workflows/dotnetcore.yml(+8 -3)➕
Directory.Build.props(+14 -0)📝
build/Program.cs(+59 -60)📝
build/build.csproj(+3 -3)📝
global.json(+2 -2)📝
src/SharpCompress/Algorithms/Adler32.cs(+362 -296)📝
src/SharpCompress/Archives/AbstractArchive.cs(+126 -119)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+128 -116)📝
src/SharpCompress/Archives/ArchiveFactory.cs(+177 -171)📝
src/SharpCompress/Archives/ArchiveVolumeFactory.cs(+20 -19)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+159 -147)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+18 -22)📝
src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs(+43 -39)📝
src/SharpCompress/Archives/IArchive.cs(+43 -44)📝
src/SharpCompress/Archives/IArchiveEntry.cs(+18 -19)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+57 -50)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+15 -13)📝
src/SharpCompress/Archives/IArchiveExtractionListener.cs(+8 -9)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.