diff --git a/EximLogAnalyzer/App.config b/EximLogAnalyzer/App.config index fd3b410..35deb4d 100644 --- a/EximLogAnalyzer/App.config +++ b/EximLogAnalyzer/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + diff --git a/EximLogAnalyzer/EximLogAnalyzer.csproj b/EximLogAnalyzer/EximLogAnalyzer.csproj index 805e4ff..ee3edc2 100644 --- a/EximLogAnalyzer/EximLogAnalyzer.csproj +++ b/EximLogAnalyzer/EximLogAnalyzer.csproj @@ -66,8 +66,25 @@ false - - ..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll + + ..\packages\BouncyCastle.Cryptography.2.7.0\lib\net461\BouncyCastle.Cryptography.dll + True + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.11\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\packages\SSH.NET.2026.0.0\lib\netstandard2.0\Renci.SshNet.dll + True False @@ -106,10 +123,38 @@ Libs\Syncfusion.Shared.Windows.dll + + ..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.11\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Formats.Asn1.10.0.11\lib\netstandard2.0\System.Formats.Asn1.dll + True + + + ..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/EximLogAnalyzer/packages.config b/EximLogAnalyzer/packages.config index c4a8598..0e0be1d 100644 --- a/EximLogAnalyzer/packages.config +++ b/EximLogAnalyzer/packages.config @@ -1,5 +1,16 @@  - + + + + + + + + + + + + \ No newline at end of file