Removed AutoUpdater .net dll

This commit is contained in:
Bob Da Ross
2021-03-22 23:09:16 -05:00
parent fa064dd324
commit 51f5261001
2 changed files with 1 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ namespace SeamlessClientPlugin
public static string Version = "1.2.10"; public static string Version = "1.1.10";
private bool Initilized = false; private bool Initilized = false;
private bool SentPingResponse = false; private bool SentPingResponse = false;
public const ushort SeamlessClientNetID = 2936; public const ushort SeamlessClientNetID = 2936;

View File

@@ -41,9 +41,6 @@
<Reference Include="0Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="0Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Nexus\packages\Lib.Harmony.2.0.4\lib\net472\0Harmony.dll</HintPath> <HintPath>..\Nexus\packages\Lib.Harmony.2.0.4\lib\net472\0Harmony.dll</HintPath>
</Reference> </Reference>
<Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
<HintPath>packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
</Reference>
<Reference Include="NLog"> <Reference Include="NLog">
<HintPath>..\..\..\Desktop\TorchServers\torch-server\NLog.dll</HintPath> <HintPath>..\..\..\Desktop\TorchServers\torch-server\NLog.dll</HintPath>
<Private>False</Private> <Private>False</Private>