Skip to content

Commit

Permalink
Updates DLLs to 7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoffy committed May 24, 2018
1 parent 1aa8b98 commit 8944157
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions DiscordLink/DiscordLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,34 @@
<HintPath>..\packages\DSharpPlus.WebSocket.WebSocket4Net.3.2.3\lib\net46\DSharpPlus.WebSocket.WebSocket4Net.dll</HintPath>
</Reference>
<Reference Include="Eco.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.core.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.core.dll</HintPath>
</Reference>
<Reference Include="Eco.Gameplay, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.gameplay.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.gameplay.dll</HintPath>
</Reference>
<Reference Include="Eco.ModKit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.modkit.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.modkit.dll</HintPath>
</Reference>
<Reference Include="Eco.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.plugins.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.plugins.dll</HintPath>
</Reference>
<Reference Include="Eco.Shared, Version=0.7.4.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.shared.dll</HintPath>
<Reference Include="Eco.Shared, Version=0.7.4.6, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.6\eco.shared.dll</HintPath>
</Reference>
<Reference Include="Eco.Simulation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.simulation.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.simulation.dll</HintPath>
</Reference>
<Reference Include="Eco.Stats, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.stats.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.stats.dll</HintPath>
</Reference>
<Reference Include="Eco.WebServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.webserver.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.webserver.dll</HintPath>
</Reference>
<Reference Include="Eco.World, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.world.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.world.dll</HintPath>
</Reference>
<Reference Include="Eco.WorldGenerator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\DLLs-7.4.0\eco.worldgenerator.dll</HintPath>
<HintPath>..\..\DLLs-7.4.6\eco.worldgenerator.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down

0 comments on commit 8944157

Please sign in to comment.