Updated Telepathy to latest version (SendTimeout)

This commit is contained in:
vis2k 2018-12-14 10:16:29 +01:00
parent 96992c35bc
commit 88232d244b
2 changed files with 4 additions and 4 deletions

View File

@ -50,8 +50,8 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Telepathy, Version=1.0.204.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Telepathy.1.0.204\lib\net35\Telepathy.dll</HintPath>
<Reference Include="Telepathy, Version=1.0.206.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Telepathy.1.0.206\lib\net35\Telepathy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="UnityEngine">
@ -114,4 +114,4 @@
<Copy Condition="Exists('$(TargetDir)$(TargetName).dll.mdb')" SourceFiles="$(TargetDir)$(TargetName).dll.mdb" DestinationFiles="$(ProjectDir)..\Output\Runtime\$(TargetName).dll.mdb" />
<Copy Condition="Exists('$(TargetDir)$(TargetName).pdb')" SourceFiles="$(TargetDir)$(TargetName).pdb" DestinationFiles="$(ProjectDir)..\Output\Runtime\$(TargetName).pdb" />
</Target>
</Project>
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Telepathy" version="1.0.204" targetFramework="net35" />
<package id="Telepathy" version="1.0.206" targetFramework="net35" />
</packages>