Use System.IO.Compression instead of SharpCompress for gzips

This commit is contained in:
adrez99
2022-06-02 22:32:15 +02:00
parent 8af9b84745
commit 72893da4d8
5 changed files with 33 additions and 146 deletions

View File

@@ -32,7 +32,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5" />
<PackageReference Include="Mono.Nat" Version="3.0.3" />
<PackageReference Include="prometheus-net.DotNetRuntime" Version="4.2.4" />
<PackageReference Include="sharpcompress" Version="0.31.0" />
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="3.1.0" />
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
</ItemGroup>