diff --git a/Source/Applications/XDA-RealTimeLightning/App.config b/Source/Applications/XDA-RealTimeLightning/App.config index e25a6c6..c0b5c28 100644 --- a/Source/Applications/XDA-RealTimeLightning/App.config +++ b/Source/Applications/XDA-RealTimeLightning/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + \ No newline at end of file diff --git a/Source/Applications/XDA-RealTimeLightning/XDA-RealTimeLightning.csproj b/Source/Applications/XDA-RealTimeLightning/XDA-RealTimeLightning.csproj index b794d7d..ff90d58 100644 --- a/Source/Applications/XDA-RealTimeLightning/XDA-RealTimeLightning.csproj +++ b/Source/Applications/XDA-RealTimeLightning/XDA-RealTimeLightning.csproj @@ -37,6 +37,10 @@ ..\..\Dependencies\NuGet\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll + + ..\..\Dependencies\NuGet\BouncyCastle.Cryptography.2.7.0\lib\net461\BouncyCastle.Cryptography.dll + True + ..\..\Dependencies\NuGet\ExpressionEvaluator.2.0.4.0\lib\net40\ExpressionEvaluator.dll @@ -52,17 +56,58 @@ ..\..\Dependencies\NuGet\GSF.ServiceProcess.2.3.494-beta\lib\net46\GSF.ServiceProcess.dll + + ..\..\Dependencies\NuGet\Microsoft.Bcl.AsyncInterfaces.10.0.11\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\Dependencies\NuGet\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\..\Dependencies\NuGet\Microsoft.Extensions.Logging.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + False $(SolutionDir)\Dependencies\GSF\Newtonsoft.Json.dll - - ..\..\Dependencies\NuGet\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll + + ..\..\Dependencies\NuGet\SSH.NET.2026.0.0\lib\netstandard2.0\Renci.SshNet.dll + True + + ..\..\Dependencies\NuGet\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\..\Dependencies\NuGet\System.Diagnostics.DiagnosticSource.10.0.11\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\..\Dependencies\NuGet\System.Formats.Asn1.10.0.11\lib\netstandard2.0\System.Formats.Asn1.dll + True + + + ..\..\Dependencies\NuGet\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\..\Dependencies\NuGet\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\..\Dependencies\NuGet\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\..\Dependencies\NuGet\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/Source/Applications/XDA-RealTimeLightning/packages.config b/Source/Applications/XDA-RealTimeLightning/packages.config index 314522a..39d76e2 100644 --- a/Source/Applications/XDA-RealTimeLightning/packages.config +++ b/Source/Applications/XDA-RealTimeLightning/packages.config @@ -1,10 +1,21 @@  + - + + + + + + + + + + + \ No newline at end of file