diff --git a/Relay/Relay/App.config b/Relay/Relay/App.config index 1ab2984..4097701 100644 --- a/Relay/Relay/App.config +++ b/Relay/Relay/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + diff --git a/Relay/Relay/Relay.csproj b/Relay/Relay/Relay.csproj index b56c35a..0fd9ac6 100644 --- a/Relay/Relay/Relay.csproj +++ b/Relay/Relay/Relay.csproj @@ -35,17 +35,62 @@ ..\packages\HuskyRobotics.Scarlet.0.5.1\lib\BBBCSIO.dll - - ..\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 ..\packages\HuskyRobotics.Scarlet.0.5.1\lib\Scarlet.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\HuskyRobotics.Scarlet.0.5.1\lib\System.Half.dll + + ..\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/Relay/Relay/packages.config b/Relay/Relay/packages.config index 48dcbc5..da3c0e0 100644 --- a/Relay/Relay/packages.config +++ b/Relay/Relay/packages.config @@ -1,5 +1,16 @@  + - + + + + + + + + + + + \ No newline at end of file