Skip to content

Commit

Permalink
Remove unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux committed Aug 16, 2024
1 parent 4250c2b commit 4e129de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion cli/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Downloader" Version="3.1.2" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="Aspose.Zip" Version="24.7.0" />

<ProjectReference Include="$(CliRootPath)..\src\Kryptor\Kryptor.csproj" />
<ProjectReference Include="$(CliRootPath)..\src\Kryptor.Client\Kryptor.Client.csproj" />
Expand Down
27 changes: 0 additions & 27 deletions cli/Kryptor.Cli.Legacy/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"Aspose.Zip": {
"type": "Direct",
"requested": "[24.7.0, )",
"resolved": "24.7.0",
"contentHash": "/GJ3J21peZrZ4BoONkm+xOGkUh6X96rQO1bhUjgI5DRr8Kq6nC9hJHqeL+ZS/DSuK826WNIQFg7qDVSUzwZPUg==",
"dependencies": {
"System.Text.Encoding.CodePages": "4.5.0"
}
},
"CommandLineParser": {
"type": "Direct",
"requested": "[2.9.1, )",
Expand Down Expand Up @@ -324,15 +315,6 @@
}
},
".NETFramework,Version=v4.7.2": {
"Aspose.Zip": {
"type": "Direct",
"requested": "[24.7.0, )",
"resolved": "24.7.0",
"contentHash": "/GJ3J21peZrZ4BoONkm+xOGkUh6X96rQO1bhUjgI5DRr8Kq6nC9hJHqeL+ZS/DSuK826WNIQFg7qDVSUzwZPUg==",
"dependencies": {
"System.Text.Encoding.CodePages": "4.5.0"
}
},
"CommandLineParser": {
"type": "Direct",
"requested": "[2.9.1, )",
Expand Down Expand Up @@ -662,15 +644,6 @@
}
},
".NETFramework,Version=v4.8.1": {
"Aspose.Zip": {
"type": "Direct",
"requested": "[24.7.0, )",
"resolved": "24.7.0",
"contentHash": "/GJ3J21peZrZ4BoONkm+xOGkUh6X96rQO1bhUjgI5DRr8Kq6nC9hJHqeL+ZS/DSuK826WNIQFg7qDVSUzwZPUg==",
"dependencies": {
"System.Text.Encoding.CodePages": "4.5.0"
}
},
"CommandLineParser": {
"type": "Direct",
"requested": "[2.9.1, )",
Expand Down
6 changes: 0 additions & 6 deletions cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ private void SetEndStatus(object sender, System.ComponentModel.AsyncCompletedEve

if (Downloader.Package.FileName.ToLower().EndsWith(".7z"))
{
//var destStream = OutputFile.Create();
//var svenZipReader = new SevenZipArchive(Downloader.Package.FileName);
//svenZipReader.Entries.ForEach(x => x.Extract(destStream));
//svenZipReader.Dispose();
//destStream.Dispose();

var reader = SharpCompress.Archives.SevenZip.SevenZipArchive.Open(Downloader.Package.FileName);
reader.Entries.First().WriteToFile(OutputFile.FullName);
reader.Dispose();
Expand Down
56 changes: 0 additions & 56 deletions cli/Kryptor.Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
"resolved": "2.5.0",
"contentHash": "xVszQd1HA/EusmX/xGeomPBy6YIY5soaCKPuoqbOpZHP5Sfvg2xYdliBIQtcKVDUgNj+5G++LkFPP2Mtm0DITA=="
},
"Aspose.Zip": {
"type": "Direct",
"requested": "[24.7.0, )",
"resolved": "24.7.0",
"contentHash": "/GJ3J21peZrZ4BoONkm+xOGkUh6X96rQO1bhUjgI5DRr8Kq6nC9hJHqeL+ZS/DSuK826WNIQFg7qDVSUzwZPUg==",
"dependencies": {
"System.Text.Encoding.CodePages": "4.5.0"
}
},
"CommandLineParser": {
"type": "Direct",
"requested": "[2.9.1, )",
Expand Down Expand Up @@ -83,11 +74,6 @@
"resolved": "1.1.1",
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "2.0.0",
"contentHash": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ=="
},
"Microsoft.SourceLink.AzureRepos.Git": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -161,20 +147,6 @@
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g=="
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "S0wEUiKcLvRlkFUXca8uio1UQ5bYQzYgOmOKtCqaBQC3GR9AJjh43otcM32IGsAyvadFTaAMw9Irm6dS4Evfng==",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Runtime.CompilerServices.Unsafe": "4.5.0"
}
},
"System.ValueTuple": {
"type": "Transitive",
"resolved": "4.5.0",
Expand Down Expand Up @@ -211,15 +183,6 @@
"resolved": "2.5.0",
"contentHash": "xVszQd1HA/EusmX/xGeomPBy6YIY5soaCKPuoqbOpZHP5Sfvg2xYdliBIQtcKVDUgNj+5G++LkFPP2Mtm0DITA=="
},
"Aspose.Zip": {
"type": "Direct",
"requested": "[24.7.0, )",
"resolved": "24.7.0",
"contentHash": "/GJ3J21peZrZ4BoONkm+xOGkUh6X96rQO1bhUjgI5DRr8Kq6nC9hJHqeL+ZS/DSuK826WNIQFg7qDVSUzwZPUg==",
"dependencies": {
"System.Text.Encoding.CodePages": "4.5.0"
}
},
"CommandLineParser": {
"type": "Direct",
"requested": "[2.9.1, )",
Expand Down Expand Up @@ -286,11 +249,6 @@
"resolved": "1.1.1",
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "2.0.0",
"contentHash": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ=="
},
"Microsoft.SourceLink.AzureRepos.Git": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -364,20 +322,6 @@
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
},
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g=="
},
"System.Text.Encoding.CodePages": {
"type": "Transitive",
"resolved": "4.5.0",
"contentHash": "S0wEUiKcLvRlkFUXca8uio1UQ5bYQzYgOmOKtCqaBQC3GR9AJjh43otcM32IGsAyvadFTaAMw9Irm6dS4Evfng==",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Runtime.CompilerServices.Unsafe": "4.5.0"
}
},
"System.ValueTuple": {
"type": "Transitive",
"resolved": "4.5.0",
Expand Down

0 comments on commit 4e129de

Please sign in to comment.