Use PureSharpCompress instead of SharpCompress
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-05-23 03:18:51 +08:00
parent 00ef7d1e01
commit 9803f5d6a8
3 changed files with 6 additions and 7 deletions

View File

@@ -15,8 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using SharpCompress.Common;
using SharpCompress.Readers;
using PureSharpCompress.Common;
using PureSharpCompress.Readers;
using System;
using System.Text;
using UtfUnknown;