From 43f86bcab820ed3ddb025735bd29af30f17ac11c Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Tue, 14 Nov 2023 16:34:58 +0000 Subject: [PATCH] Revert change disabling strong name signing in 92df1ec --- src/SharpCompress/SharpCompress.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index efdd0a47..f2ee3d10 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -9,7 +9,7 @@ net462;netstandard2.0;netstandard2.1;net6.0;net7.0 SharpCompress ../../SharpCompress.snk - False + true SharpCompress rar;unrar;zip;unzip;bzip2;gzip;tar;7zip;lzip;xz https://github.com/adamhathcock/sharpcompress @@ -23,7 +23,7 @@ snupkg true latest - True + true