mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #302] [MERGED] Netcore2 #955
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/302
Author: @adamhathcock
Created: 9/18/2017
Status: ✅ Merged
Merged: 12/8/2017
Merged by: @adamhathcock
Base:
master← Head:netcore2📝 Commits (10+)
7bcaaf7Add netstandard 2.0 target and netcoreapp2.0 tests7e4bfebUpdate xunit1e51199set tests explicitly to netcore2f6d4270update travisd318c58Don't say build as netcoreapp1.0bb93617try adding dotnet 1 too3367a32Remove .NET Core 1 support77d5ad7switch to circlee646961update cake145bf02fix circle build📊 Changes
15 files changed (+124 additions, -115 deletions)
View changed files
➕
.circleci/config.yml(+11 -0)📝
.gitattributes(+1 -1)➖
.travis.yml(+0 -13)📝
SharpCompress.sln.DotSettings(+1 -0)📝
build.cake(+18 -13)📝
build.sh(+1 -1)📝
src/SharpCompress/SharpCompress.csproj(+1 -2)📝
tests/SharpCompress.Test/Rar/RarArchiveTests.cs(+17 -17)📝
tests/SharpCompress.Test/Rar/RarHeaderFactoryTest.cs(+5 -5)📝
tests/SharpCompress.Test/Rar/RarReaderTests.cs(+16 -16)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+8 -11)📝
tests/SharpCompress.Test/Tar/TarArchiveTests.cs(+14 -14)📝
tests/SharpCompress.Test/TestBase.cs(+14 -5)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+5 -5)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+12 -12)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.